Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|