Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ with gr.Blocks(fill_height=True) as demo:
|
|
108 |
{"text": "What is the spending on Healthcare in July? A. 450 B. 600 C. 520 D. 510", "files": ["image_107.png"]},
|
109 |
{"text": "If 2012 net periodic opeb cost increased at the same pace as the pension cost, what would the estimated 2013 cost be in millions? A. 14.83333 B. 12.5 C. 15.5 D. 13.5", "files": ["image_659.png"]},
|
110 |
],
|
|
|
111 |
description="This is a demo of FinLLaVA-8B. For more details, see our paper: https://huggingface.co/papers/2408.11878",
|
112 |
stop_btn="Stop Generation",
|
113 |
-
submit_btn="Submit",
|
114 |
multimodal=True,
|
115 |
textbox=chat_input,
|
116 |
chatbot=chatbot,
|
|
|
108 |
{"text": "What is the spending on Healthcare in July? A. 450 B. 600 C. 520 D. 510", "files": ["image_107.png"]},
|
109 |
{"text": "If 2012 net periodic opeb cost increased at the same pace as the pension cost, what would the estimated 2013 cost be in millions? A. 14.83333 B. 12.5 C. 15.5 D. 13.5", "files": ["image_659.png"]},
|
110 |
],
|
111 |
+
run_examples_on_click=False,
|
112 |
description="This is a demo of FinLLaVA-8B. For more details, see our paper: https://huggingface.co/papers/2408.11878",
|
113 |
stop_btn="Stop Generation",
|
|
|
114 |
multimodal=True,
|
115 |
textbox=chat_input,
|
116 |
chatbot=chatbot,
|