jw2yang commited on
Commit
40bdaa1
1 Parent(s): a5da834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()