Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn==0.29.0
|
|
3 |
torch==2.2.1
|
4 |
transformers==4.39.1
|
5 |
pillow==10.2.0
|
6 |
-
numpy==1.26.4
|
|
|
|
3 |
torch==2.2.1
|
4 |
transformers==4.39.1
|
5 |
pillow==10.2.0
|
6 |
+
numpy==1.26.4
|
7 |
+
python-multipart==0.0.9 # Add this line
|