mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +00:00
Removed a needless line
This commit is contained in:
parent
1ba8536fba
commit
e7d17c13b8
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ from typing import Optional, Union
|
|||
|
||||
import sounddevice as sd
|
||||
import torch
|
||||
from transformers.pipelines.text2text_generation import enum
|
||||
from whisper import available_models
|
||||
from whisper.audio import N_FRAMES, SAMPLE_RATE
|
||||
from whisper.tokenizer import LANGUAGES, TO_LANGUAGE_CODE
|
||||
|
|
Loading…
Reference in a new issue