Gainward777 commited on
Commit
80bdacd
·
verified ·
1 Parent(s): 4022ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ gr.Interface(
111
  ],
112
  outputs = [
113
  gr.Image()
114
- ]
115
  examples=[
116
  ["./examples/models/girl1.jpg", "./examples/clothes/t_short.jpg", "shirt", "shirt"],
117
- ],
118
  ).launch(debug=True,share=True)
 
111
  ],
112
  outputs = [
113
  gr.Image()
114
+ ],
115
  examples=[
116
  ["./examples/models/girl1.jpg", "./examples/clothes/t_short.jpg", "shirt", "shirt"],
117
+ ]
118
  ).launch(debug=True,share=True)