Spaces:
Runtime error
Runtime error
stevengrove
commited on
Commit
•
dd1fecf
1
Parent(s):
551cd0e
change examples
Browse files
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
|
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'):
|