Re-enable Space CI (fix pagination when listing discussions)

#523
by Wauplin HF staff - opened
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ from src.tools.plots import (
38
  )
39
 
40
  # Start ephemeral Spaces on PRs (see config in README.md)
41
- #enable_space_ci()
42
 
43
  def restart_space():
44
  API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
 
38
  )
39
 
40
  # Start ephemeral Spaces on PRs (see config in README.md)
41
+ enable_space_ci()
42
 
43
  def restart_space():
44
  API.restart_space(repo_id=REPO_ID, token=H4_TOKEN)
requirements.txt CHANGED
@@ -15,4 +15,4 @@ sentencepiece
15
  tqdm==4.65.0
16
  transformers==4.36.0
17
  tokenizers>=0.15.0
18
- gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.0 # CI !!!
 
15
  tqdm==4.65.0
16
  transformers==4.36.0
17
  tokenizers>=0.15.0
18
+ gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # CI !!!