Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
torch>=2.2
|
| 2 |
transformers>=4.40
|
| 3 |
accelerate
|
| 4 |
-
# bitsandbytes is omitted – it needs CUDA and will fail on a CPU runtime
|
| 5 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.2
|
| 2 |
transformers>=4.40
|
| 3 |
accelerate
|
|
|
|
| 4 |
gradio
|
| 5 |
+
huggingface-hub
|
| 6 |
+
Pillow
|
| 7 |
+
requests
|