3gg commited on
Commit
f8d53e0
1 Parent(s): 0682ee2

Set share=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ iface = gr.Interface(
36
  outputs=gr.Textbox(label="Answer"),
37
  allow_flagging=False)
38
 
39
- iface.launch(share=True)
 
36
  outputs=gr.Textbox(label="Answer"),
37
  allow_flagging=False)
38
 
39
+ iface.launch(share=False)