sasha HF Staff commited on
Commit
5b72b26
·
verified ·
1 Parent(s): 85edd4e

Update app.py

Browse files

I think this fixes the issue?

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def add_new_eval(
183
  )
184
 
185
  # Remove the local file
186
- os.remove(temp_out)
187
 
188
  print("Starting compute space at %s " % COMPUTE_SPACE)
189
  return start_compute_space()
 
183
  )
184
 
185
  # Remove the local file
186
+ os.remove(temp_out_file)
187
 
188
  print("Starting compute space at %s " % COMPUTE_SPACE)
189
  return start_compute_space()