Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,9 @@ model = AutoModelForCausalLM.from_pretrained("microsoft/git-base-vqav2")
|
|
10 |
|
11 |
|
12 |
dataset = load_dataset("Multimodal-Fatima/OK-VQA_train")
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
num_rows: 8530
|
17 |
-
})
|
18 |
})
|
19 |
|
20 |
file_path = hf_hub_download(repo_id=Dataset, repo_type="dataset")
|
|
|
10 |
|
11 |
|
12 |
dataset = load_dataset("Multimodal-Fatima/OK-VQA_train")
|
13 |
+
Dataset({
|
14 |
+
features: ['image', 'answers','question'],
|
15 |
+
num_rows: 8530
|
|
|
|
|
16 |
})
|
17 |
|
18 |
file_path = hf_hub_download(repo_id=Dataset, repo_type="dataset")
|