koalaYuan commited on
Commit
5d0d728
1 Parent(s): f1686cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ def custom_predict(context, question):
41
 
42
  demo = gr.Interface(fn=custom_predict, inputs=["text", "text"], outputs=[gr.Textbox(label="answer"), gr.Label(label="score")], title=title, description=description, examples=examples)
43
 
44
- demo.launch(share=True)
 
41
 
42
  demo = gr.Interface(fn=custom_predict, inputs=["text", "text"], outputs=[gr.Textbox(label="answer"), gr.Label(label="score")], title=title, description=description, examples=examples)
43
 
44
+ demo.launch()