Update app.py
Browse files
app.py
CHANGED
@@ -300,10 +300,7 @@ def create_demo():
|
|
300 |
|
301 |
gr.Examples(
|
302 |
examples=examples,
|
303 |
-
|
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 |
|