Spaces:
Runtime error
Runtime error
fix: remove gradio==6.12.0 pin to resolve SDK conflict with 6.18.0
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# NEXUS Visual Weaver - HF Space Dependencies
|
| 2 |
-
# DO NOT pin gradio version - HF Spaces SDK manages it (currently 6.
|
| 3 |
# Pinning gradio conflicts with the SDK's own gradio install step
|
| 4 |
huggingface_hub>=0.30.0
|
| 5 |
accelerate>=1.12.0
|
|
@@ -9,9 +9,3 @@ git+https://github.com/huggingface/diffusers.git
|
|
| 9 |
peft>=0.13.0
|
| 10 |
safetensors
|
| 11 |
modal
|
| 12 |
-
torch==2.11.0
|
| 13 |
-
diffusers>=0.30.0
|
| 14 |
-
gradio[oauth,mcp]==6.12.0
|
| 15 |
-
uvicorn>=0.14.0
|
| 16 |
-
websockets>=10.4
|
| 17 |
-
spaces==0.50.4
|
|
|
|
| 1 |
# NEXUS Visual Weaver - HF Space Dependencies
|
| 2 |
+
# DO NOT pin gradio version - HF Spaces SDK manages it (currently 6.18.0)
|
| 3 |
# Pinning gradio conflicts with the SDK's own gradio install step
|
| 4 |
huggingface_hub>=0.30.0
|
| 5 |
accelerate>=1.12.0
|
|
|
|
| 9 |
peft>=0.13.0
|
| 10 |
safetensors
|
| 11 |
modal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|