Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
transformers>=4.37.0
|
| 2 |
torch>=2.0.0
|
|
|
|
| 3 |
pillow>=10.0.0
|
| 4 |
accelerate>=0.24.0
|
| 5 |
-
gradio>=4.0.0
|
| 6 |
-
fastapi>=0.104.0
|
| 7 |
-
uvicorn>=0.24.0
|
| 8 |
-
python-multipart>=0.0.6
|
|
|
|
| 1 |
transformers>=4.37.0
|
| 2 |
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
pillow>=10.0.0
|
| 5 |
accelerate>=0.24.0
|
| 6 |
+
gradio>=4.0.0
|
|
|
|
|
|
|
|
|