brunner56 commited on
Commit
fbbcd99
·
verified ·
1 Parent(s): bbeed83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,4 +192,4 @@ if __name__ == "__main__":
192
  # Create and launch the Gradio interface
193
  demo = create_interface()
194
  demo.queue()
195
- demo.launch()
 
192
  # Create and launch the Gradio interface
193
  demo = create_interface()
194
  demo.queue()
195
+ demo.launch(share=True)