TusharGoel commited on
Commit
b339a29
1 Parent(s): 8f5d47e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ img = gr.Image(source="upload", label="Image")
34
  question = gr.Text(label="Question")
35
  label = gr.Label(label="label")
36
 
37
- iface = gr.Interface(fn=qna, inputs=[img, question], outputs=label, title="LiLT - Document Question Answering")
38
  iface.launch()
 
34
  question = gr.Text(label="Question")
35
  label = gr.Label(label="label")
36
 
37
+ iface = gr.Interface(fn=qna, inputs=[img, question], outputs=label, title="LiLT - Document Question Answering", allow_duplication=True)
38
  iface.launch()