Zenithwang commited on
Commit
9344577
·
verified ·
1 Parent(s): 3fb97e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -95,9 +95,8 @@ iface = gr.Interface(
95
  gr.Textbox(label="Question", placeholder="问点什么..."),
96
  ],
97
  outputs=gr.Textbox(label="Answer"),
98
- title="Step3 (API) Demo",
99
- description="使用 StepFun 的 OpenAI 兼容 API (/v1) 来调用 step-3 模型。",
100
- show_api=False,
101
  )
102
 
103
  if __name__ == "__main__":
 
95
  gr.Textbox(label="Question", placeholder="问点什么..."),
96
  ],
97
  outputs=gr.Textbox(label="Answer"),
98
+ title="Step3",
99
+ description="step-3",
 
100
  )
101
 
102
  if __name__ == "__main__":