Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
spaces>=0.28.3
|
| 2 |
gradio>=4.44.0
|
| 3 |
-
fastapi
|
| 4 |
-
starlette
|
| 5 |
-
uvicorn
|
| 6 |
numpy
|
| 7 |
soundfile
|
| 8 |
-
huggingface_hub
|
|
|
|
| 1 |
spaces>=0.28.3
|
| 2 |
gradio>=4.44.0
|
| 3 |
+
fastapi>=0.110
|
| 4 |
+
starlette>=0.37
|
| 5 |
+
uvicorn>=0.29
|
| 6 |
numpy
|
| 7 |
soundfile
|
| 8 |
+
huggingface_hub>=0.23.0
|