ChristopherMarais commited on
Commit
7d6c46b
·
verified ·
1 Parent(s): 16b454e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,4 +366,4 @@ with gr.Blocks(fill_width=True, theme=gr.themes.Default(primary_hue="sky")) as d
366
  )
367
 
368
  if __name__ == "__main__":
369
- demo.queue().launch(show_api=False)
 
366
  )
367
 
368
  if __name__ == "__main__":
369
+ demo.queue().launch(show_api=False, share=True)