BarBar288 commited on
Commit
572d7cc
1 Parent(s): dee2921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ gr.Interface(
39
  inputs=["text", "state"],
40
  outputs=["chatbot", "state"],
41
  theme="finlaymacklon/boxy_violet",
42
- ).launch()
 
39
  inputs=["text", "state"],
40
  outputs=["chatbot", "state"],
41
  theme="finlaymacklon/boxy_violet",
42
+ ).launch(share=True)