ShiwenNi commited on
Commit
73d0b7d
·
1 Parent(s): 67a900e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20, label="回复结果"), gradio.Textbox(lines=2, label="资源统计")],
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