Update app.py
Browse files
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(
|
|
|
69 |
|
70 |
gr.Interface(fn=haysstack, inputs=inputs, outputs=outputs, title="电商客服",
|
71 |
description="我是您的电商客服,您可以问任何你想知道的问题",
|
72 |
+
theme=gr.themes.Default()).launch()
|