Bump Gradio 6.15.2 -> 6.18.0 (6.15.2 hangs on loading spinner / tabs unresponsive; 6.18.0 verified working in browser)
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🧮
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.18.0
|
| 8 |
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# --- Hugging Face Space (hosted, CPU) ---
|
| 2 |
# The deployed app runs on CPU in 'router' mode: the engine, ledger, retriever and
|
| 3 |
# rule-classifier are pure standard library, so Gradio is the only hard dependency.
|
| 4 |
-
gradio==6.
|
| 5 |
huggingface_hub>=0.23
|
| 6 |
|
| 7 |
# --- Optional: full LLM agent ---
|
|
|
|
| 1 |
# --- Hugging Face Space (hosted, CPU) ---
|
| 2 |
# The deployed app runs on CPU in 'router' mode: the engine, ledger, retriever and
|
| 3 |
# rule-classifier are pure standard library, so Gradio is the only hard dependency.
|
| 4 |
+
gradio==6.18.0
|
| 5 |
huggingface_hub>=0.23
|
| 6 |
|
| 7 |
# --- Optional: full LLM agent ---
|