Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def add_new_eval(
|
|
107 |
updated_dset =Dataset.from_pandas(df_final)
|
108 |
updated_dset.push_to_hub("EnergyStarAI/requests_debug", split="test", token=TOKEN)
|
109 |
|
110 |
-
gr.Info("Starting compute space at %s " % COMPUTE_SPACE)
|
111 |
return start_compute_space()
|
112 |
|
113 |
def print_existing_models():
|
|
|
107 |
updated_dset =Dataset.from_pandas(df_final)
|
108 |
updated_dset.push_to_hub("EnergyStarAI/requests_debug", split="test", token=TOKEN)
|
109 |
|
110 |
+
gr.Info("Starting compute space at %s " % COMPUTE_SPACE)
|
111 |
return start_compute_space()
|
112 |
|
113 |
def print_existing_models():
|