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

Update app.py

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