yorkliang commited on
Commit
1da6f68
1 Parent(s): db00312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ def callapi(p):
37
  iface = gr.Interface(fn=chat,
38
  inputs=["text", "text", "text"],
39
  outputs=["text", "text"],
40
- description="""这是一个极其简单的示范程序,超级智囊团。""")
41
  iface.launch()
 
37
  iface = gr.Interface(fn=chat,
38
  inputs=["text", "text", "text"],
39
  outputs=["text", "text"],
40
+ description="""超级智囊团,他们是乔布斯、伊隆马斯克、马云、柏拉图、Ray Dalio和慧能大师,提出你的问题,他们给出他们各自的意见。""")
41
  iface.launch()