Wauplin HF staff commited on
Commit
81b3d86
1 Parent(s): 1b2a9e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +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)