Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,6 @@ gr.Interface(
|
|
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)
|
|
|
113 |
gr.Image()
|
114 |
],
|
115 |
examples=[
|
116 |
+
["./examples/models/girl1.jpg", "./examples/clothes/t_short.jpg", "shirt", "black shirt"],
|
117 |
]
|
118 |
).launch(debug=True,share=True)
|