kjmin017 commited on
Commit
c8a7a77
1 Parent(s): 97dc053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,4 +44,5 @@ gr.Interface(
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
  theme="xiaobaiyuan/theme_brief",
47
- ).launch(share=True)
 
 
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
  theme="xiaobaiyuan/theme_brief",
47
+ share=True,
48
+ ).launch()