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
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +0 -1
  3. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🌐
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.44.0
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>=4.0.0
2
  requests>=2.31.0
 
1
+ gradio>=5.0.0
2
  requests>=2.31.0