Liusuthu commited on
Commit
bbb0ca5
·
verified ·
1 Parent(s): d447960

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -42,7 +42,7 @@ chat=gr.ChatInterface(
42
  chatbot=gr.Chatbot(
43
  height=400,
44
  bubble_full_width=False,
45
- avatar_images=(os.path.join(os.path.dirname(__file__), "用户.png"), os.path.join(os.path.dirname(__file__), "心理咨询师.png")),
46
  likeable=True,
47
  ),
48
  )
 
42
  chatbot=gr.Chatbot(
43
  height=400,
44
  bubble_full_width=False,
45
+ avatar_images=(os.path.join(os.path.dirname(__file__), "patient.png"), os.path.join(os.path.dirname(__file__), "docter.png")),
46
  likeable=True,
47
  ),
48
  )