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