Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
huggingface_hub
|
| 4 |
-
pydantic
|
|
|
|
| 1 |
+
fastapi==0.115.2
|
| 2 |
+
uvicorn==0.30.6
|
| 3 |
+
huggingface_hub==0.25.1
|
| 4 |
+
pydantic==2.10.6
|