Spaces:
Runtime error
Runtime error
add share
Browse files
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 |
"""
|