Weyaxi Wauplin HF staff commited on
Commit
16c73d1
1 Parent(s): 971f617

Enable Space CI (#6)

Browse files

- Enable Space CI (f64f8aff31b63a4f837b07d82556081078e4d47b)


Co-authored-by: Lucain Pouget <[email protected]>

Files changed (3) hide show
  1. README.md +8 -4
  2. app.py +6 -0
  3. requirements.txt +2 -1
README.md CHANGED
@@ -1,15 +1,19 @@
1
  ---
2
  title: Open LLM Leaderboard Results PR Opener
3
- emoji: 🧐
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.14.0
8
  app_file: app.py
 
 
 
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
- - read-repos
 
 
 
 
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Open LLM Leaderboard Results PR Opener
 
 
 
3
  sdk: gradio
4
  sdk_version: 4.14.0
5
  app_file: app.py
6
+ emoji: 🧐
7
+ colorFrom: green
8
+ colorTo: yellow
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
+ - read-repos
13
+ space_ci:
14
+ trusted_authors: []
15
+ secrets: []
16
+ hardware: cpu-basic
17
  ---
18
 
19
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -12,6 +12,12 @@ import pandas as pd
12
  from pytablewriter import MarkdownTableWriter
13
  import gradio as gr
14
 
 
 
 
 
 
 
15
  api = HfApi()
16
  fs = HfFileSystem()
17
 
 
12
  from pytablewriter import MarkdownTableWriter
13
  import gradio as gr
14
 
15
+ from gradio_space_ci import enable_space_ci
16
+
17
+ enable_space_ci()
18
+
19
+
20
+
21
  api = HfApi()
22
  fs = HfFileSystem()
23
 
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  bs4
2
- pytablewriter
 
 
1
  bs4
2
+ pytablewriter
3
+ gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected]