Liusuthu commited on
Commit
d9a3be8
1 Parent(s): c323972

Update scale_n_consult.py

Browse files
Files changed (1) hide show
  1. scale_n_consult.py +1 -1
scale_n_consult.py CHANGED
@@ -94,7 +94,7 @@ CHAT_SECTION=gr.ChatInterface(
94
  chatbot=gr.Chatbot(
95
  height=400,
96
  bubble_full_width=False,
97
- #avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
98
  likeable=True,
99
  ),
100
  # textbox=gr.Textbox(placeholder="在此输入消息...",),
 
94
  chatbot=gr.Chatbot(
95
  height=400,
96
  bubble_full_width=False,
97
+ avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
98
  likeable=True,
99
  ),
100
  # textbox=gr.Textbox(placeholder="在此输入消息...",),