0xAnders commited on
Commit
04969ac
1 Parent(s): 083f5f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def chat(p, qid, uid):
16
  count = 0
17
  count = count+1
18
  history[uid] = count # 统计每个 uid 说过的话的条数
19
- return ["text", f"{count} {p}{,}{p}{p}"]
20
 
21
  iface = gr.Interface(fn=chat,
22
  inputs=["text", "text", "text"],
 
16
  count = 0
17
  count = count+1
18
  history[uid] = count # 统计每个 uid 说过的话的条数
19
+ return ["text", f"{count} {p}{p}{p}"]
20
 
21
  iface = gr.Interface(fn=chat,
22
  inputs=["text", "text", "text"],