Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.50.0
|
| 3 |
-
gradio
|
| 4 |
pillow>=10.0.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
opencv-python-headless>=4.8.0
|
| 7 |
huggingface_hub>=0.20.0
|
| 8 |
accelerate>=0.25.0
|
| 9 |
-
bitsandbytes>=0.41.0
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.50.0
|
| 3 |
+
gradio==4.44.0
|
| 4 |
pillow>=10.0.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
opencv-python-headless>=4.8.0
|
| 7 |
huggingface_hub>=0.20.0
|
| 8 |
accelerate>=0.25.0
|
|
|