Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,8 +237,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
237 |
|
238 |
with gr.Column(scale=2):
|
239 |
with gr.Accordion("Show intermediate table", open=False):
|
240 |
-
output_table = gr.Textbox(lines=8)
|
241 |
-
output_text = gr.Textbox(lines=8,label="Output")
|
242 |
|
243 |
gr.Examples(
|
244 |
examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
|
|
|
237 |
|
238 |
with gr.Column(scale=2):
|
239 |
with gr.Accordion("Show intermediate table", open=False):
|
240 |
+
output_table = gr.Textbox(lines=8, label="Intermediate Table")
|
241 |
+
output_text = gr.Textbox(lines=8, label="Output")
|
242 |
|
243 |
gr.Examples(
|
244 |
examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
|