Wauplin HF staff commited on
Commit
b958d22
1 Parent(s): 6e269e9

[WIP] Move Space CI config to README.md

Browse files

I updated https://huggingface.co/spaces/Wauplin/gradio-space-ci to version `0.2.0`. CI config is now handled from the README.md file directly. Short term goal is to have as little changes as possible in `app.py` to integrate the CI. Longer term goal is to make it handled by default in Gradio (i.e. completely remove from `app.py`).

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -10,6 +10,11 @@ pinned: true
10
  license: apache-2.0
11
  duplicated_from: HuggingFaceH4/open_llm_leaderboard
12
  fullWidth: true
 
 
 
 
 
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: apache-2.0
11
  duplicated_from: HuggingFaceH4/open_llm_leaderboard
12
  fullWidth: true
13
+ space_ci: # See https://huggingface.co/spaces/Wauplin/gradio-space-ci
14
+ private: true
15
+ secrets:
16
+ - HF_TOKEN
17
+ - H4_TOKEN
18
  ---
19
 
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference