dev-bjoern commited on
Commit
fdc2c50
·
1 Parent(s): 274fa97

Update gradio to 6.0.2, set Python 3.11

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧍
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.12.0
8
  python_version: "3.11"
9
  app_file: app.py
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 6.0.2
8
  python_version: "3.11"
9
  app_file: app.py
10
  pinned: false
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  torch>=2.2.0
2
  torchvision>=0.17.0
3
- gradio>=5.12.0
4
  huggingface_hub>=0.26.0
5
  spaces>=0.30.0
6
  bpy>=4.2.0
 
1
  torch>=2.2.0
2
  torchvision>=0.17.0
3
+ gradio>=6.0.2
4
  huggingface_hub>=0.26.0
5
  spaces>=0.30.0
6
  bpy>=4.2.0