Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
|
@@ -258,11 +258,11 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 258 |
queue=False,
|
| 259 |
)
|
| 260 |
image.change(
|
| 261 |
-
fn=lambda: ('',
|
| 262 |
inputs=None,
|
| 263 |
outputs=[
|
| 264 |
-
chatbot,
|
| 265 |
caption_output,
|
|
|
|
| 266 |
history_orig,
|
| 267 |
history_qa,
|
| 268 |
],
|
|
|
|
| 258 |
queue=False,
|
| 259 |
)
|
| 260 |
image.change(
|
| 261 |
+
fn=lambda: ('', [], [], []),
|
| 262 |
inputs=None,
|
| 263 |
outputs=[
|
|
|
|
| 264 |
caption_output,
|
| 265 |
+
chatbot,
|
| 266 |
history_orig,
|
| 267 |
history_qa,
|
| 268 |
],
|