Spaces:
Paused
Paused
ai: Lock Gradio version to 5.34.2 for now.
Browse files* Latest version (5.35.0, released on Jun 28, 2025),
has a pretty annoying bug.
* Which breaks the stop function. Revert to the old
version for now, until it's fixed.
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
aiohttp[speedups]
|
| 2 |
anyio
|
| 3 |
-
gradio
|
| 4 |
httpx
|
| 5 |
httpx[http2]
|
| 6 |
pydantic
|
|
|
|
| 1 |
aiohttp[speedups]
|
| 2 |
anyio
|
| 3 |
+
gradio==5.34.2
|
| 4 |
httpx
|
| 5 |
httpx[http2]
|
| 6 |
pydantic
|