LeeKinXUn commited on
Commit
34775f8
1 Parent(s): ed7fa5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ outputs = Textbox(lines=7, label="来自智能客服的回答")
69
 
70
  gr.Interface(fn=haysstack, inputs=inputs, outputs=outputs, title="电商客服",
71
  description="我是您的电商客服,您可以问任何你想知道的问题",
72
- theme=gr.themes.Default()).launch(share=True)
 
69
 
70
  gr.Interface(fn=haysstack, inputs=inputs, outputs=outputs, title="电商客服",
71
  description="我是您的电商客服,您可以问任何你想知道的问题",
72
+ theme=gr.themes.Default()).launch()