sidharthism commited on
Commit
596562c
1 Parent(s): df2f9b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,6 +442,6 @@ def fashion_eye_tryon(person_img, cloth_img):
442
  gr.Interface(fn=fashion_eye_tryon,
443
  inputs=[gr.Image(type = "pil", label="Your image"), gr.Image(type="pil", label="Dress")],
444
  outputs="image"
445
- ).launch(debug=True, inbrowser=True, share = True)
446
 
447
  # !pip freeze > /content/requirements_final.txt
 
442
  gr.Interface(fn=fashion_eye_tryon,
443
  inputs=[gr.Image(type = "pil", label="Your image"), gr.Image(type="pil", label="Dress")],
444
  outputs="image"
445
+ ).launch(debug=True)
446
 
447
  # !pip freeze > /content/requirements_final.txt