Shaltiel commited on
Commit
8ebd674
1 Parent(s): 5481fe4

Fixed reqs

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -4,10 +4,11 @@ emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.4.0
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.29.0
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
+ hf_oauth: true
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -2,8 +2,8 @@ APScheduler==3.10.1
2
  black==23.11.0
3
  click==8.1.3
4
  datasets==2.14.5
5
- gradio[oauth]==4.29.0
6
- gradio_client==0.16.1
7
  huggingface-hub>=0.18.0
8
  matplotlib==3.7.1
9
  numpy==1.24.2
 
2
  black==23.11.0
3
  click==8.1.3
4
  datasets==2.14.5
5
+ gradio[oauth]
6
+ gradio_client>=0.16.1
7
  huggingface-hub>=0.18.0
8
  matplotlib==3.7.1
9
  numpy==1.24.2