Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 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
|
|
|
|
| 1 |
fastapi==0.109.1
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
pydantic==2.4.0
|
| 4 |
+
huggingface_hub==1.31.0
|
| 5 |
requests==2.31.0
|
| 6 |
moviepy==2.0.0.dev6
|
| 7 |
gguf-runtime==0.1.8
|