stevengrove commited on
Commit
dd1fecf
1 Parent(s): 551cd0e

change examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ if __name__ == '__main__':
54
  ['images/example-2.jpg', 'Make the image look like a cartoon.'],
55
  ['images/example-3.jpg', 'Segment the tie in the image.'],
56
  ['images/example-4.jpg', 'Generate a man watching a sea based on the pose of the woman.'],
57
- ['images/example-5.jpg', 'Replace the dog with a cat.'],
58
  ]
59
 
60
  if not os.path.exists('image'):
 
54
  ['images/example-2.jpg', 'Make the image look like a cartoon.'],
55
  ['images/example-3.jpg', 'Segment the tie in the image.'],
56
  ['images/example-4.jpg', 'Generate a man watching a sea based on the pose of the woman.'],
57
+ ['images/example-5.jpg', 'Replace the dog with a monkey.'],
58
  ]
59
 
60
  if not os.path.exists('image'):