Rijgersberg commited on
Commit
a89fdf4
·
verified ·
1 Parent(s): 44c4d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ chat_interface = gr.ChatInterface(
52
  analytics_enabled=False,
53
  show_progress='full',
54
  )
55
- chat_interface.launch()
 
52
  analytics_enabled=False,
53
  show_progress='full',
54
  )
55
+ chat_interface.launch(share=True)