Spaces:
Sleeping
Sleeping
Commit ·
498277b
1
Parent(s): 2f19736
Revert to gradio 6.22.0
Browse filesPinning 6.5.1 to match the reference Space made things worse, not better: on
the deployed Space the whole page dies with a svelte effect_orphan error --
no viewer canvas mounts and the episode list never populates. On 6.22.0 the
page works and the viewer mounts; only the viewer itself is unreliable.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎬
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: purple
|
| 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: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.22.0
|
| 8 |
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==6.
|
| 2 |
gradio_rerun==0.35.0
|
| 3 |
huggingface_hub>=0.28
|
| 4 |
numpy
|
|
|
|
| 1 |
+
gradio==6.22.0
|
| 2 |
gradio_rerun==0.35.0
|
| 3 |
huggingface_hub>=0.28
|
| 4 |
numpy
|