imsanjoykb commited on
Commit
a199a4e
·
verified ·
1 Parent(s): e547cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,5 +131,5 @@ with gr.Blocks(css="""
131
  clear_button.click(clear_inputs, outputs=[instruction, input_text])
132
 
133
  # Launch the Gradio interface with sharing enabled
134
- demo.launch(share=True)
135
 
 
131
  clear_button.click(clear_inputs, outputs=[instruction, input_text])
132
 
133
  # Launch the Gradio interface with sharing enabled
134
+ demo.launch()
135