Spaces:
Running
Running
Update app.py
Browse filesI think this fixes the issue?
app.py
CHANGED
@@ -183,7 +183,7 @@ def add_new_eval(
|
|
183 |
)
|
184 |
|
185 |
# Remove the local file
|
186 |
-
os.remove(
|
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()
|