Wootang01 commited on
Commit
ce506b5
·
1 Parent(s): 5e14ce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)