jw2yang commited on
Commit
7c456f8
1 Parent(s): 6a0f26c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ 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 the sky to mountain"],
 
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
+ ["./images/Magritte_TheSonOfMan.jpg", "remove the green apple"]
96
  ],
97
  title=title,
98
  description=description,