jw2yang commited on
Commit
ded69d7
1 Parent(s): 7271bb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ 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
- ["./images/horse.png", "change horse to zebra"],
95
  ],
96
  title=title,
97
  description=description,
 
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 the sky to mountain"],
95
  ],
96
  title=title,
97
  description=description,