nextussocial Claude commited on
Commit
c291e86
·
1 Parent(s): b6bbe57

Downgrade Gradio to 4.42.0 to fix schema TypeError

Browse files

- The TypeError in gradio_client/utils.py appears to be a bug in 4.44.1
- Downgrading to the more stable 4.42.0 version
- Updated both requirements.txt and README.md frontmatter

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

Co-Authored-By: Claude <[email protected]>

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: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: app.py
9
  python_version: "3.10"
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.42.0
8
  app_file: app.py
9
  python_version: "3.10"
10
  pinned: false
requirements.txt CHANGED
@@ -5,6 +5,5 @@ torchvision>=0.16.0
5
  Pillow>=10.0.0
6
  opencv-python-headless==4.10.0.84
7
  colorgram.py==1.2.0
8
- gradio==4.44.1
9
- gradio-client==1.3.0
10
  huggingface-hub>=0.19.0
 
5
  Pillow>=10.0.0
6
  opencv-python-headless==4.10.0.84
7
  colorgram.py==1.2.0
8
+ gradio==4.42.0
 
9
  huggingface-hub>=0.19.0