SeaWolf-AI commited on
Commit
f9076a1
·
verified ·
1 Parent(s): 1b20d8b

Fix: upgrade Gradio to 5.12.0 for huggingface_hub 1.x compat, remove gradio from requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +0 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎬
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: "4.44.1"
8
  python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "5.12.0"
8
  python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio>=4.0
2
  huggingface_hub>=0.20.0
3
  termcolor
4
  requests
 
 
1
  huggingface_hub>=0.20.0
2
  termcolor
3
  requests