Spaces:
Running on Zero
Running on Zero
GLM 5.2 commited on
Commit ·
d8a630b
1
Parent(s): b7132b8
Pin gradio to 6.20.0 (sdk_version + requirements.txt)
Browse filesMatch the gr.Workflow frontend (mrfakename PR #92 / akhaliq/z-image-workflow
test mirror), which is pinned to 6.20.0. Keeping the backend on the same
gradio version avoids a cross-version gradio_client/call_space mismatch
when the canvas forwards the visitor's HF OAuth token to /generate_image.
- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🖼️
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.20.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
transformers
|
| 4 |
kernels
|
|
|
|
| 1 |
+
gradio==6.20.0
|
| 2 |
git+https://github.com/huggingface/diffusers
|
| 3 |
transformers
|
| 4 |
kernels
|