aaxaxax commited on
Commit
7878107
·
1 Parent(s): 2aa8b3a

Fix Space config: unpin gradio, enable HF OAuth

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -4,12 +4,13 @@ emoji: 📈
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.26.0
8
  python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
11
  license: gpl-3.0
12
  short_description: Distributed LLM Compute
 
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 6.24.0
8
  python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
11
  license: gpl-3.0
12
  short_description: Distributed LLM Compute
13
+ hf_oauth: true
14
  ---
15
 
16
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1 +1 @@
1
- gradio[oauth]==6.24.0
 
1
+ # gradio is installed by HuggingFace Spaces from sdk_version in README.md — do not pin it here