Anniek commited on
Commit
1fdcfa0
·
1 Parent(s): 6b4fe24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- interface = gr.Interface(fn=getAnswer,
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,