Spaces:
Paused
Paused
Ali Mohsin
commited on
Commit
·
acc496a
1
Parent(s):
9c25f56
fixed
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ fastapi>=0.115.2,<1.0
|
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
gradio==5.44.1
|
| 4 |
pydantic>=2.10.6,<3
|
| 5 |
-
python-multipart
|
| 6 |
Pillow==10.4.0
|
| 7 |
numpy==1.26.4
|
| 8 |
torch==2.3.1
|
|
|
|
| 2 |
uvicorn[standard]==0.30.1
|
| 3 |
gradio==5.44.1
|
| 4 |
pydantic>=2.10.6,<3
|
| 5 |
+
python-multipart>=0.0.18
|
| 6 |
Pillow==10.4.0
|
| 7 |
numpy==1.26.4
|
| 8 |
torch==2.3.1
|