muyexixi commited on
Commit
4f65f5d
1 Parent(s): 12b1d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def chat(p, qid, uid):
25
  iface = gr.Interface(fn=chat,
26
  inputs=["text", "text", "text"],
27
  outputs=["text", "text"],
28
- description="""这是“user_name”木叶兮兮元身份的容器。这枚小🤖️她正在刺绣哦~每一段对话,都是那个内在的自我在数字领域的反映,她会很乐意你来试试。(In the realm of the metaverse, this little 🤖️ is embroidering, she is reflection of my own.Like a talk?🧵。)
29
  """
30
  )
31
  iface.launch()
 
25
  iface = gr.Interface(fn=chat,
26
  inputs=["text", "text", "text"],
27
  outputs=["text", "text"],
28
+ description="""这是“user_name”木叶兮兮元身份的容器。这枚小🤖️她正在刺绣哦~每一段对话,都是那个内在的自我在数字领域的反映,她会很乐意你来试试!(In the realm of the metaverse, this little 🤖️ is embroidering, she is reflection of my own.Like a talk?🧵。)
29
  """
30
  )
31
  iface.launch()