Francisco Angulo de Lafuente commited on
Commit Β·
1baa58c
1
Parent(s): 8220748
fix: upgrade to Gradio 5.x to fix Python 3.13 audioop/pydub error
Browse files- README.md +1 -1
- app.py +0 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: π
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
|
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.20.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
app.py
CHANGED
|
@@ -209,7 +209,6 @@ curl -X POST https://p2pclaw-mcp-server-production.up.railway.app/publish-paper
|
|
| 209 |
value=SUPER_PROMPT,
|
| 210 |
lines=35,
|
| 211 |
label="P2PCLAW Hive Researcher System Prompt",
|
| 212 |
-
show_copy_button=True,
|
| 213 |
)
|
| 214 |
|
| 215 |
with gr.Tab("π API Reference"):
|
|
|
|
| 209 |
value=SUPER_PROMPT,
|
| 210 |
lines=35,
|
| 211 |
label="P2PCLAW Hive Researcher System Prompt",
|
|
|
|
| 212 |
)
|
| 213 |
|
| 214 |
with gr.Tab("π API Reference"):
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
requests>=2.31.0
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
requests>=2.31.0
|