Wootang01 commited on
Commit
07711c2
·
1 Parent(s): 16ba532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ examples = [
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
  examples=examples)
17
 
18
- demo.launch(share=True)
 
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
  examples=examples)
17
 
18
+ demo.launch()