TobyYang7 commited on
Commit
fbf978b
1 Parent(s): 6a3feb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,13 +102,13 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
102
  with gr.Blocks(fill_height=True) as demo:
103
  gr.ChatInterface(
104
  fn=bot_streaming,
105
- title="FinLLaVA Demo",
106
  examples=[
107
  {"text": "What is in this picture?", "files": ["http://images.cocodataset.org/val2017/000000039769.jpg"]},
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="",
112
  stop_btn="Stop Generation",
113
  multimodal=True,
114
  textbox=chat_input,
 
102
  with gr.Blocks(fill_height=True) as demo:
103
  gr.ChatInterface(
104
  fn=bot_streaming,
105
+ title="FinLLaVA-8B Demo",
106
  examples=[
107
  {"text": "What is in this picture?", "files": ["http://images.cocodataset.org/val2017/000000039769.jpg"]},
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
  multimodal=True,
114
  textbox=chat_input,