ahmed-masry commited on
Commit
76951de
·
verified ·
1 Parent(s): af87300

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ import torch
32
  torch.hub.download_url_to_file('https://raw.githubusercontent.com/vis-nlp/ChartQA/main/ChartQA%20Dataset/val/png/multi_col_1229.png', 'chart_example_1.png')
33
 
34
  image_path = "/content/chart_example_1.png"
35
- input_text = "Question: What is the share of respondants who prefer Whatsapp in the 18-29 age group?"
36
 
37
  input_prompt = f"<image>\n Question: {input_text} Answer: "
38
 
 
32
  torch.hub.download_url_to_file('https://raw.githubusercontent.com/vis-nlp/ChartQA/main/ChartQA%20Dataset/val/png/multi_col_1229.png', 'chart_example_1.png')
33
 
34
  image_path = "/content/chart_example_1.png"
35
+ input_text = "What is the share of respondants who prefer Whatsapp in the 18-29 age group?"
36
 
37
  input_prompt = f"<image>\n Question: {input_text} Answer: "
38