liushilei commited on
Commit
aedfc23
·
1 Parent(s): 33504ec

Rename app(2).py to app.py

Browse files
Files changed (1) hide show
  1. app(2).py → app.py +1 -1
app(2).py → app.py RENAMED
@@ -40,7 +40,7 @@ def chat(p, qid, uid):
40
  iface = gr.Interface(fn=chat,
41
  inputs=["text", "text", "text"],
42
  outputs=["text", "text"],
43
- description="""这是一个极其简单的示范程序用唐三藏的语气来和对话)
44
  """
45
  )
46
  iface.launch()
 
40
  iface = gr.Interface(fn=chat,
41
  inputs=["text", "text", "text"],
42
  outputs=["text", "text"],
43
+ description="""心理医生可以陪聊天,鼓励你,疏导心理问题
44
  """
45
  )
46
  iface.launch()