Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,10 @@ gr.Interface(
|
|
91 |
["./images/apples.jpg", "change green apple to a red apple"],
|
92 |
["./images/girl_and_two_boys.png", "remove the boy with blue backbag"],
|
93 |
["./images/dog.png", "remove the dog"],
|
|
|
94 |
],
|
95 |
title=title,
|
96 |
description=description,
|
97 |
-
article=article,
|
98 |
allow_flagging='never',
|
99 |
cache_examples=True,
|
100 |
).launch()
|
|
|
91 |
["./images/apples.jpg", "change green apple to a red apple"],
|
92 |
["./images/girl_and_two_boys.png", "remove the boy with blue backbag"],
|
93 |
["./images/dog.png", "remove the dog"],
|
94 |
+
["./images/horse.png", "change horse to zebra"],
|
95 |
],
|
96 |
title=title,
|
97 |
description=description,
|
|
|
98 |
allow_flagging='never',
|
99 |
cache_examples=True,
|
100 |
).launch()
|