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