elshehawy commited on
Commit
7af9cc6
1 Parent(s): 10ff5f7

Update app.py set share=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='A
65
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
66
 
67
  iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1], [example_2]])
68
- iface.launch(share=True)
 
65
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
66
 
67
  iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1], [example_2]])
68
+ iface.launch(share=False)