LeeKinXUn commited on
Commit
428fda5
1 Parent(s): 6f27eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ outputs = Textbox(lines=7, label="来自ChatGPT的回答")
23
 
24
  gr.Interface(fn=ChatGPT_Bot, inputs=inputs, outputs=outputs, title="ChatGPT AI助理",
25
  description="我是您的AI助理,您可以问任何你想知道的问题",
26
- theme=gr.themes.Default()).launch(share=True)
 
23
 
24
  gr.Interface(fn=ChatGPT_Bot, inputs=inputs, outputs=outputs, title="ChatGPT AI助理",
25
  description="我是您的AI助理,您可以问任何你想知道的问题",
26
+ theme=gr.themes.Default()).launch()