leexiaoyao commited on
Commit
daa04b0
·
1 Parent(s): ba5d7a5

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
  with gr.Column(scale=3):
79
  chatbot = gr.Chatbot(label='猫娘')
80
  msg = gr.Textbox(label="我说")
81
- #clear = gr.ClearButton([msg, chatbot])
82
  with gr.Column(scale=1):
83
 
84
  role = gr.TextArea(label="角色设定:")
 
78
  with gr.Column(scale=3):
79
  chatbot = gr.Chatbot(label='猫娘')
80
  msg = gr.Textbox(label="我说")
81
+ clear = gr.ClearButton([msg, chatbot])
82
  with gr.Column(scale=1):
83
 
84
  role = gr.TextArea(label="角色设定:")