sailokesh commited on
Commit
7dbe91f
·
verified ·
1 Parent(s): f98c0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,4 +182,4 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]),
182
 
183
  # Launch the demo with a public link option
184
  if __name__ == "__main__":
185
- demo.launch()
 
182
 
183
  # Launch the demo with a public link option
184
  if __name__ == "__main__":
185
+ demo.launch(share=True)