Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -2,6 +2,9 @@ torch>=2.0
|
|
| 2 |
torchvision
|
| 3 |
transformers>=4.30
|
| 4 |
gradio>=3.0
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
Pillow
|
| 7 |
-
numpy
|
|
|
|
|
|
| 2 |
torchvision
|
| 3 |
transformers>=4.30
|
| 4 |
gradio>=3.0
|
| 5 |
+
fastapi
|
| 6 |
+
uvicorn[standard]
|
| 7 |
+
opencv-python-headless
|
| 8 |
Pillow
|
| 9 |
+
numpy
|
| 10 |
+
python-multipart
|