Update app.py
Browse files
app.py
CHANGED
@@ -607,7 +607,7 @@ if __name__ == "__main__":
|
|
607 |
examples = gr.Examples(
|
608 |
examples=[
|
609 |
[
|
610 |
-
"ENT1 wearing ENT2",
|
611 |
"sample/woman2.jpg", "a woman",
|
612 |
"sample/dress.jpg", "a dress",
|
613 |
],
|
|
|
607 |
examples = gr.Examples(
|
608 |
examples=[
|
609 |
[
|
610 |
+
"ENT1 with long curly hair wearing ENT2 at Met Gala",
|
611 |
"sample/woman2.jpg", "a woman",
|
612 |
"sample/dress.jpg", "a dress",
|
613 |
],
|