Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
# Flask server
|
| 2 |
-
flask
|
| 3 |
-
flask-cors
|
| 4 |
requests
|
| 5 |
|
| 6 |
# Gradio UI
|
|
@@ -31,8 +28,4 @@ faster-whisper
|
|
| 31 |
# PyTorch CPU only
|
| 32 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 33 |
torch
|
| 34 |
-
torchaudio
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
a2wsgi
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
requests
|
| 2 |
|
| 3 |
# Gradio UI
|
|
|
|
| 28 |
# PyTorch CPU only
|
| 29 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 30 |
torch
|
| 31 |
+
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|