Shuang59 commited on
Commit
b91f134
β€’
1 Parent(s): e11b2a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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