hwonder commited on
Commit
6fbaf4c
·
1 Parent(s): 37cc3ef

Use stable Gradio 4.31.0

Browse files
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.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.31.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio==4.44.0
2
  httpx>=0.25.0
3
  python-dotenv>=1.0.0
4
- huggingface_hub>=0.23.0,<0.26.0
 
1
+ gradio==4.31.0
2
  httpx>=0.25.0
3
  python-dotenv>=1.0.0