Halo Master commited on
Commit
8e20523
1 Parent(s): 801e6ad

share=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ iface = gr.Interface(
55
  outputs=gr.outputs.Textbox(label="Generated Text"),
56
  examples=examples
57
  )
58
- iface.launch(share=True)
 
55
  outputs=gr.outputs.Textbox(label="Generated Text"),
56
  examples=examples
57
  )
58
+ iface.launch()