Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def main():
|
|
78 |
with gr.Column(scale=2):
|
79 |
change_button = gr.Button('Change hint to English', visible=False)
|
80 |
with gr.Column(scale=5.5):
|
81 |
-
result_text = gr.
|
82 |
hidden_image_hash = gr.Textbox(visible=False)
|
83 |
|
84 |
gr_examples = gr.Examples(examples=[[example["text"], example["image"]] for example in examples],
|
|
|
78 |
with gr.Column(scale=2):
|
79 |
change_button = gr.Button('Change hint to English', visible=False)
|
80 |
with gr.Column(scale=5.5):
|
81 |
+
result_text = gr.Chatbot(label='Multi-round conversation History', value=[])
|
82 |
hidden_image_hash = gr.Textbox(visible=False)
|
83 |
|
84 |
gr_examples = gr.Examples(examples=[[example["text"], example["image"]] for example in examples],
|