kangyiwen commited on
Commit
deda7c3
·
1 Parent(s): 9ba760d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def callapi(p):
32
  iface = gr.Interface(fn=chat,
33
  inputs=["text", "text", "text"],
34
  outputs=["text", "text"],
35
- description="""这是一个极其简单的示范程序,用唐三藏的语气来和你对话。
36
  [对话测试](https://huggingface.co/spaces/BaixingAI/hackathon_test) [参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [Q & A](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/qna.md)
37
  """)
38
  iface.launch()
 
32
  iface = gr.Interface(fn=chat,
33
  inputs=["text", "text", "text"],
34
  outputs=["text", "text"],
35
+ description="""我是一位python老师,让我一步步教你python吧,Let's go!
36
  [对话测试](https://huggingface.co/spaces/BaixingAI/hackathon_test) [参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [Q & A](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/qna.md)
37
  """)
38
  iface.launch()