tejani commited on
Commit
965bb56
·
verified ·
1 Parent(s): c6fe27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ async def try_on(
73
  raise HTTPException(status_code=response.status_code, detail="Error calling ChangeClothesAI API")
74
 
75
  # Delete temporary files
76
- os.remove(human_path)
 
77
  os.remove(garment_path)
78
 
79
  return response.json()
 
73
  raise HTTPException(status_code=response.status_code, detail="Error calling ChangeClothesAI API")
74
 
75
  # Delete temporary files
76
+ #os.remove(human_path)
77
+ print(human_url)
78
  os.remove(garment_path)
79
 
80
  return response.json()