amstrongzyf commited on
Commit
f344ce6
1 Parent(s): 6a2e015

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ 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
- {"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
  ],
 
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": ["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": ["image_659.png"]},
105
 
106
 
107
  ],