Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,8 @@ This is a multimodal Visual Question Answering system built for my Bachelor's fi
|
|
26 |
from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
|
27 |
from PIL import Image
|
28 |
|
29 |
-
processor = AutoProcessor.from_pretrained("
|
30 |
-
model = AutoModelForVisualQuestionAnswering.from_pretrained("
|
31 |
|
32 |
image = Image.open("example.jpg")
|
33 |
question = "What is the person doing?"
|
|
|
26 |
from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
|
27 |
from PIL import Image
|
28 |
|
29 |
+
processor = AutoProcessor.from_pretrained("mehmetkuzucu/Waffle-v1.0")
|
30 |
+
model = AutoModelForVisualQuestionAnswering.from_pretrained("mehmetkuzucu/Waffle-v1.0")
|
31 |
|
32 |
image = Image.open("example.jpg")
|
33 |
question = "What is the person doing?"
|