Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -11,7 +11,8 @@ huggingface_hub>=0.23,<1.0
|
|
11 |
|
12 |
qwen-vl-utils>=0.0.8
|
13 |
# --- UI: keep these in lockstep (no 0.x client with 5.x gradio) ---
|
14 |
-
|
15 |
-
|
|
|
16 |
|
17 |
pillow
|
|
|
11 |
|
12 |
qwen-vl-utils>=0.0.8
|
13 |
# --- UI: keep these in lockstep (no 0.x client with 5.x gradio) ---
|
14 |
+
# --- UI (must be compatible) ---
|
15 |
+
gradio==5.0.2
|
16 |
+
gradio_client==1.4.0
|
17 |
|
18 |
pillow
|