Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -480,6 +480,7 @@ def build_demo(embed_mode):
|
|
480 |
chatbot = gr.Chatbot(
|
481 |
elem_id="chatbot", label="LLaVA Chatbot", height=550
|
482 |
)
|
|
|
483 |
with gr.Row():
|
484 |
with gr.Column(scale=8):
|
485 |
textbox.render()
|
|
|
480 |
chatbot = gr.Chatbot(
|
481 |
elem_id="chatbot", label="LLaVA Chatbot", height=550
|
482 |
)
|
483 |
+
index_state = gr.State(value=[])
|
484 |
with gr.Row():
|
485 |
with gr.Column(scale=8):
|
486 |
textbox.render()
|