Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -299,6 +299,7 @@ image_examples = [
|
|
299 |
]
|
300 |
|
301 |
pointe_examples = [["a cake | a house", "7.5 | 7.5", 'Point-E'],
|
|
|
302 |
["a green avocado | a chair", "7.5 | 3", 'Point-E'],
|
303 |
["a toilet | a chair", "7 | 5", 'Point-E']]
|
304 |
|
|
|
299 |
]
|
300 |
|
301 |
pointe_examples = [["a cake | a house", "7.5 | 7.5", 'Point-E'],
|
302 |
+
["a chair | chair legs", "7.5 | -7.5", 'Point-E'],
|
303 |
["a green avocado | a chair", "7.5 | 3", 'Point-E'],
|
304 |
["a toilet | a chair", "7 | 5", 'Point-E']]
|
305 |
|