stzhao commited on
Commit
d2d9dd6
·
verified ·
1 Parent(s): eec10bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def create_demo():
299
  ]
300
 
301
  gr.Examples(
302
- examples=examples,
303
  [image_input, question],
304
  label="Click any example to try it out!"
305
  )
 
299
  ]
300
 
301
  gr.Examples(
302
+ examples,
303
  [image_input, question],
304
  label="Click any example to try it out!"
305
  )