jlazoff commited on
Commit
9f052af
1 Parent(s): 08d6e4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ iface = Parallel(#io1,
81
  examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
82
  inputs=gr.inputs.Textbox(lines=30, label="Text"))
83
 
84
- iface.launch(inline=False, share=True)
 
81
  examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
82
  inputs=gr.inputs.Textbox(lines=30, label="Text"))
83
 
84
+ iface.launch(inline=False)