Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
transformers==4.42.4
|
| 6 |
-
accelerate==0.32.1
|
| 7 |
-
safetensors==0.4.3
|
| 8 |
-
Pillow==10.4.0
|
| 9 |
-
huggingface_hub==0.24.5
|
|
|
|
| 1 |
+
fastapi>=0.100.0
|
| 2 |
+
uvicorn>=0.22.0
|
| 3 |
+
httpx>=0.24.0
|
| 4 |
+
pydantic>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|