rlogh commited on
Commit
5ed8954
·
verified ·
1 Parent(s): 8925e1a

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +3 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏋️
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -20,9 +20,9 @@ fastdtw==0.3.4
20
  matplotlib==3.7.1
21
 
22
  # Gradio and HF Hub
23
- # Pin to 3.50.2 which fixes the boolean schema bug seen in 4.44.0
24
- gradio==3.50.2
25
- huggingface_hub==0.20.0
26
 
27
  # COCO/pose utilities
28
  pycocotools==2.0.7
 
20
  matplotlib==3.7.1
21
 
22
  # Gradio and HF Hub
23
+ # Use Gradio 5.x which is stable and fixes the boolean schema bug
24
+ gradio==5.9.1
25
+ huggingface_hub>=0.20.0
26
 
27
  # COCO/pose utilities
28
  pycocotools==2.0.7