ahmed-masry
commited on
Update README.md
Browse files
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 = "
|
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 |
|