Amirizaniani commited on
Commit
c1ad0f4
·
verified ·
1 Parent(s): 62661aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,4 +225,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
225
  generate_button = gr.Button("Submit", variant="primary")
226
 
227
  # Launch the Gradio app
228
- demo.launch()
 
225
  generate_button = gr.Button("Submit", variant="primary")
226
 
227
  # Launch the Gradio app
228
+ demo.launch(share=True)