Spaces:
Build error
Build error
Gradio 6 internally requires gradio-client 2.x
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# --- Core app / UI ---
|
| 2 |
#gradio==5.49.1
|
| 3 |
gradio[oauth,mcp]==6.0.0
|
| 4 |
-
gradio-client==1.13.3
|
| 5 |
huggingface_hub==0.33.5 # NOTE: <1.0 to satisfy transformers, >=0.33.5 to satisfy gradio
|
| 6 |
|
| 7 |
# --- STT ---
|
|
|
|
| 1 |
# --- Core app / UI ---
|
| 2 |
#gradio==5.49.1
|
| 3 |
gradio[oauth,mcp]==6.0.0
|
| 4 |
+
# gradio-client==1.13.3
|
| 5 |
huggingface_hub==0.33.5 # NOTE: <1.0 to satisfy transformers, >=0.33.5 to satisfy gradio
|
| 6 |
|
| 7 |
# --- STT ---
|