stmnk commited on
Commit
2dfed0c
·
1 Parent(s): 65ad43e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(qa_func,
26
  gr.inputs.Textbox(lines=1, label="Question", default="What is extractive question answering?"),
27
  ],
28
  gr.outputs.Textbox(label="Answer"))
29
- iface.launch()
30
 
31
 
32
  """
 
26
  gr.inputs.Textbox(lines=1, label="Question", default="What is extractive question answering?"),
27
  ],
28
  gr.outputs.Textbox(label="Answer"))
29
+ iface.launch(share=True)
30
 
31
 
32
  """