Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ async def try_on(
|
|
86 |
# Delete temporary files
|
87 |
#os.remove(human_path)
|
88 |
print(human_url)
|
|
|
89 |
#os.remove(garment_path)
|
90 |
|
91 |
return response.json()
|
|
|
86 |
# Delete temporary files
|
87 |
#os.remove(human_path)
|
88 |
print(human_url)
|
89 |
+
print(garment_url)
|
90 |
#os.remove(garment_path)
|
91 |
|
92 |
return response.json()
|