amstrongzyf commited on
Commit
6a2e015
·
verified ·
1 Parent(s): 44a6c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -100,6 +100,10 @@ with gr.Blocks(fill_height=True) as demo:
100
  title="FinLLaVA Demo",
101
  examples=[
102
  {"text": "What is in this picture?", "files": ["http://images.cocodataset.org/val2017/000000039769.jpg"]},
 
 
 
 
103
  ],
104
  description="",
105
  stop_btn="Stop Generation",
 
100
  title="FinLLaVA Demo",
101
  examples=[
102
  {"text": "What is in this picture?", "files": ["http://images.cocodataset.org/val2017/000000039769.jpg"]},
103
+ {"text": "What is the spending on Healthcare in July? A. 450 B. 600 C. 520 D. 510", "files": ["https://huggingface.co/spaces/TheFinAI/FinLLaVA/blob/main/image_107.png"]},
104
+ {"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": ["https://huggingface.co/spaces/TheFinAI/FinLLaVA/blob/main/image_659.png"]},
105
+
106
+
107
  ],
108
  description="",
109
  stop_btn="Stop Generation",