Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
flask
|
2 |
-
flask-cors
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
torchaudio
|
6 |
-
numpy
|
7 |
-
pydub
|
8 |
-
gtts
|
9 |
-
whisper-timestamped
|
10 |
-
waitress
|
11 |
-
ffmpeg
|
|
|
1 |
+
flask
|
2 |
+
flask-cors
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
torchaudio
|
6 |
+
numpy
|
7 |
+
pydub
|
8 |
+
gtts
|
9 |
+
whisper-timestamped
|
10 |
+
waitress
|
11 |
+
ffmpeg
|