Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
dac==0.4.3
|
| 2 |
-
fastapi=
|
| 3 |
-
huggingface_hub=
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 1 |
dac==0.4.3
|
| 2 |
+
fastapi>=0.110.0
|
| 3 |
+
huggingface_hub>=0.30.2
|
| 4 |
+
uvicorn>=0.18.3
|
| 5 |
+
descript-audio-codec>=1.0.0
|
| 6 |
+
gradio>=5.25.2
|
| 7 |
+
numpy>=1.26.0
|
| 8 |
+
pydantic>=2.11.3
|
| 9 |
+
soundfile>=0.13.1
|
| 10 |
+
torchaudio>=2.0.0
|
| 11 |
+
torch>=2.0.0
|