Spaces:
Runtime error
Runtime error
Arnaudding001
commited on
Commit
•
56c808b
1
Parent(s):
7320deb
Update cli.py
Browse files
cli.py
CHANGED
@@ -9,9 +9,9 @@ import whisper
|
|
9 |
|
10 |
import torch
|
11 |
from app import LANGUAGES, WhisperTranscriber
|
12 |
-
from
|
13 |
|
14 |
-
from
|
15 |
|
16 |
|
17 |
def cli():
|
|
|
9 |
|
10 |
import torch
|
11 |
from app import LANGUAGES, WhisperTranscriber
|
12 |
+
from download import download_url
|
13 |
|
14 |
+
from utils import optional_float, optional_int, str2bool
|
15 |
|
16 |
|
17 |
def cli():
|