Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
# Core —
|
| 2 |
-
gradio=
|
| 3 |
torch>=2.0
|
| 4 |
torchvision
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
|
| 8 |
-
# HuggingFace
|
| 9 |
-
huggingface_hub=
|
| 10 |
transformers>=4.40.0
|
| 11 |
spaces
|
| 12 |
safetensors
|
|
|
|
| 1 |
+
# Core — use latest gradio for ZeroGPU Spaces compatibility
|
| 2 |
+
gradio>=5.0
|
| 3 |
torch>=2.0
|
| 4 |
torchvision
|
| 5 |
numpy
|
| 6 |
Pillow
|
| 7 |
|
| 8 |
+
# HuggingFace
|
| 9 |
+
huggingface_hub>=0.25.0
|
| 10 |
transformers>=4.40.0
|
| 11 |
spaces
|
| 12 |
safetensors
|