ctgadget commited on
Commit
fa70642
·
1 Parent(s): 868441c

Update app.py

Browse files

removing the share parameter in the demo instance

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ with gr.Blocks() as demo:
19
  examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."],
20
  inputs=[english])
21
 
22
- demo.launch(share=True)
 
19
  examples = gr.Examples(examples=["I went to the supermarket yesterday.", "Helen is a good swimmer."],
20
  inputs=[english])
21
 
22
+ demo.launch()