Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
torch
|
| 3 |
-
soundfile
|
| 4 |
-
huggingface_hub
|
| 5 |
-
transformers
|
| 6 |
-
gunicorn
|
| 7 |
-
numpy
|
| 8 |
-
uvicorn
|
| 9 |
-
gradio
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
torch
|
| 3 |
+
soundfile
|
| 4 |
+
huggingface_hub
|
| 5 |
+
transformers
|
| 6 |
+
gunicorn
|
| 7 |
+
numpy
|
| 8 |
+
uvicorn
|
| 9 |
+
gradio
|
| 10 |
+
librosa
|