Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ examples = [["dog.jpg", "Where is the dog lying?"], ["astronaut.jpg", "What's th
|
|
26 |
|
27 |
title="Visual question and answering"
|
28 |
|
29 |
-
|
30 |
inputs=[image, question],
|
31 |
outputs=answer,
|
32 |
examples=examples,
|
|
|
26 |
|
27 |
title="Visual question and answering"
|
28 |
|
29 |
+
iface = gr.Interface(fn=getAnswer,
|
30 |
inputs=[image, question],
|
31 |
outputs=answer,
|
32 |
examples=examples,
|