Update app.py
Browse files
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()
|