sasha HF Staff commited on
Commit
da0da0c
·
verified ·
1 Parent(s): ba40560

Update app.py

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