AdamyaG commited on
Commit
091add3
·
verified ·
1 Parent(s): aa86625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,4 +204,4 @@ demo = gr.ChatInterface(
204
  ],
205
  cache_examples=False,
206
  )
207
- demo.launch()
 
204
  ],
205
  cache_examples=False,
206
  )
207
+ demo.launch(share=True)