liushilei commited on
Commit
9da8df7
1 Parent(s): d4d4787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()