Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ async def try_on(
|
|
75 |
# Delete temporary files
|
76 |
#os.remove(human_path)
|
77 |
print(human_url)
|
78 |
-
os.remove(garment_path)
|
79 |
|
80 |
return response.json()
|
81 |
|
|
|
75 |
# Delete temporary files
|
76 |
#os.remove(human_path)
|
77 |
print(human_url)
|
78 |
+
#os.remove(garment_path)
|
79 |
|
80 |
return response.json()
|
81 |
|