Justin Donaldson
commited on
Commit
•
3bb8109
1
Parent(s):
e3d923c
better prompts
Browse files
app.py
CHANGED
@@ -78,10 +78,11 @@ iface = gr.Interface(
|
|
78 |
)
|
79 |
],
|
80 |
examples=[
|
81 |
-
[("Vacation
|
82 |
[("Rock Star")],
|
83 |
[("Barbie")],
|
84 |
[("Small Purse")],
|
85 |
[("Big Bag")],
|
|
|
86 |
],
|
87 |
).launch(debug=True)
|
|
|
78 |
)
|
79 |
],
|
80 |
examples=[
|
81 |
+
[("Vacation")],
|
82 |
[("Rock Star")],
|
83 |
[("Barbie")],
|
84 |
[("Small Purse")],
|
85 |
[("Big Bag")],
|
86 |
+
[("Shoes that won't make me look fat")],
|
87 |
],
|
88 |
).launch(debug=True)
|