Spaces:
Runtime error
Runtime error
Update Gradio app with multiple files
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
|
@@ -1,13 +1,10 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
| 2 |
openai-whisper
|
| 3 |
torch
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
requests
|
| 9 |
-
Pillow
|
| 10 |
-
git+https://github.com/huggingface/transformers
|
| 11 |
-
sentencepiece
|
| 12 |
-
accelerate
|
| 13 |
-
tokenizers
|
|
|
|
| 1 |
+
gradio[oauth,mcp]==5.42.0
|
| 2 |
+
uvicorn>=0.14.0
|
| 3 |
+
spaces
|
| 4 |
+
huggingface_hub
|
| 5 |
openai-whisper
|
| 6 |
torch
|
| 7 |
+
numpy
|
| 8 |
+
transformers
|
| 9 |
+
librosa
|
| 10 |
+
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|