Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
fastapi==0.109.1
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
pydantic==2.4.0
|
| 4 |
-
huggingface_hub
|
| 5 |
requests==2.31.0
|
| 6 |
moviepy==2.0.0.dev6
|
| 7 |
gguf-runtime==0.1.8
|
| 8 |
-
torch==2.1.0
|
| 9 |
numpy==1.26.0
|
|
|
|
| 1 |
fastapi==0.109.1
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
pydantic==2.4.0
|
| 4 |
+
huggingface_hub>=1.32.0
|
| 5 |
requests==2.31.0
|
| 6 |
moviepy==2.0.0.dev6
|
| 7 |
gguf-runtime==0.1.8
|
| 8 |
+
torch==2.1.0
|
| 9 |
numpy==1.26.0
|