Spaces:
Runtime error
Runtime error
Update chat.py
Browse files
chat.py
CHANGED
@@ -35,7 +35,7 @@ chat=gr.ChatInterface(
|
|
35 |
avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
|
36 |
likeable=True,
|
37 |
),
|
38 |
-
textbox=gr.Textbox(placeholder="在此书输入消息...",),
|
39 |
retry_btn="🔄重新生成",
|
40 |
undo_btn="↩️撤回信息",
|
41 |
clear_btn="🗑️清空信息",
|
|
|
35 |
avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
|
36 |
likeable=True,
|
37 |
),
|
38 |
+
# textbox=gr.Textbox(placeholder="在此书输入消息...",),
|
39 |
retry_btn="🔄重新生成",
|
40 |
undo_btn="↩️撤回信息",
|
41 |
clear_btn="🗑️清空信息",
|