HanYangHanYang commited on
Commit
4e62fee
1 Parent(s): 60aa6e7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. virtual_human.py +2 -1
virtual_human.py CHANGED
@@ -197,7 +197,8 @@ class VirtualHuman:
197
  gr.Info('挑战失败,女生已删除你的好友')
198
  return reply + ' 【挑战失败,女生已删除你的好友】'
199
  elif state == "ongoing":
200
- return f'【亲密度:{closeness}】:{reply}【{rounds}/{self._conversation_rounds_threshold}】'
 
201
  elif state == "gameover":
202
  return f'游戏结束,请输入"再来一局"以重新开始'
203
 
 
197
  gr.Info('挑战失败,女生已删除你的好友')
198
  return reply + ' 【挑战失败,女生已删除你的好友】'
199
  elif state == "ongoing":
200
+ #return f'【亲密度:{closeness}】:{reply}【{rounds}/{self._conversation_rounds_threshold}】'
201
+ return f'{reply}【{rounds}/{self._conversation_rounds_threshold}】'
202
  elif state == "gameover":
203
  return f'游戏结束,请输入"再来一局"以重新开始'
204