Update
Browse files
app.py
CHANGED
@@ -242,8 +242,6 @@ with gr.Blocks(css_paths="style.css") as demo:
|
|
242 |
gr.Examples(
|
243 |
examples=examples,
|
244 |
inputs=[image, vqa_input],
|
245 |
-
outputs=caption_output,
|
246 |
-
fn=generate_caption,
|
247 |
)
|
248 |
|
249 |
caption_button.click(
|
|
|
242 |
gr.Examples(
|
243 |
examples=examples,
|
244 |
inputs=[image, vqa_input],
|
|
|
|
|
245 |
)
|
246 |
|
247 |
caption_button.click(
|