Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
maybe we'll have a CI?
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ from src.tools.collections import update_collections
|
|
| 48 |
from src.tools.plots import create_metric_plot_obj, create_plot_df, create_scores_df
|
| 49 |
|
| 50 |
# Start ephemeral Spaces on PRs (see config in README.md)
|
| 51 |
-
|
| 52 |
|
| 53 |
|
| 54 |
def restart_space():
|
|
|
|
| 48 |
from src.tools.plots import create_metric_plot_obj, create_plot_df, create_scores_df
|
| 49 |
|
| 50 |
# Start ephemeral Spaces on PRs (see config in README.md)
|
| 51 |
+
enable_space_ci()
|
| 52 |
|
| 53 |
|
| 54 |
def restart_space():
|