sdafd commited on
Commit
2d690e2
·
verified ·
1 Parent(s): e471491

Update app.py

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