Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)
|
|
128 |
|
129 |
chat_Response_gui = gradio.Interface(fn=main,
|
130 |
inputs=inp,
|
131 |
-
outputs = [gradio.Textbox(lines=
|
132 |
title=title,
|
133 |
description=description)
|
134 |
|
|
|
128 |
|
129 |
chat_Response_gui = gradio.Interface(fn=main,
|
130 |
inputs=inp,
|
131 |
+
outputs = [gradio.Textbox(lines=10, label="回复结果"), gradio.Textbox(lines=2, label="资源统计")],
|
132 |
title=title,
|
133 |
description=description)
|
134 |
|