Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,3 @@ async def retrain(model: UploadFile = File(...), data: str = None):
|
|
74 |
# Clean up temporary files
|
75 |
if os.path.exists(temp_model_path):
|
76 |
os.remove(temp_model_path)
|
77 |
-
if os.path.exists(temp_data_path):
|
78 |
-
os.remove(temp_data_path)
|
|
|
74 |
# Clean up temporary files
|
75 |
if os.path.exists(temp_model_path):
|
76 |
os.remove(temp_model_path)
|
|
|
|