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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -300,10 +300,7 @@ def create_demo():
300
 
301
  gr.Examples(
302
  examples=examples,
303
- inputs=[image_input, question],
304
- outputs=[output],
305
- fn=lambda img, q: o3_chat(api_key.value, base_url.value, q, img),
306
- cache_examples=True,
307
  label="Click any example to try it out!"
308
  )
309
 
 
300
 
301
  gr.Examples(
302
  examples=examples,
303
+ [image_input, question],
 
 
 
304
  label="Click any example to try it out!"
305
  )
306