Richard Young Claude commited on
Commit
9fd4e71
·
1 Parent(s): a06bb26

Switch to Gradio 5.49.1 for stability

Browse files

- Gradio 4.x versions have persistent bugs
- Gradio 5.49.1 is latest stable with all fixes
- Removed huggingface-hub pin (5.x compatible with latest)
- Should resolve schema parser and HfFolder issues

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🔫
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.43.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -5,5 +5,4 @@ colorama
5
  numpy
6
  scipy
7
  matplotlib
8
- gradio==4.43.0
9
- huggingface-hub<0.23.0
 
5
  numpy
6
  scipy
7
  matplotlib
8
+ gradio==5.49.1