Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ gr.Interface.load("huggingface/deepset/roberta-base-squad2",
|
|
9 |
gr.inputs.Textbox(lines=2, label="Question", placeholder="Ask a question based on the context.")],
|
10 |
outputs=[gr.outputs.Textbox(label="Answer"),
|
11 |
gr.outputs.Label(label="Probability")],
|
12 |
-
examples=examples).launch()
|
|
|
9 |
gr.inputs.Textbox(lines=2, label="Question", placeholder="Ask a question based on the context.")],
|
10 |
outputs=[gr.outputs.Textbox(label="Answer"),
|
11 |
gr.outputs.Label(label="Probability")],
|
12 |
+
examples=examples).launch(share=True)
|