Liusuthu commited on
Commit
e6e6d43
·
verified ·
1 Parent(s): c943742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks() as text_all:
301
  with gr.Column(scale=2):
302
  text_emo=gr.Textbox(label="text_emo")
303
 
304
- clear_text.click(clear3,outputs=[input_text,text_emo])
305
  submit_text.click(text_score,inputs=input_text,outputs=text_emo)
306
 
307
  with gr.Blocks() as app:
 
301
  with gr.Column(scale=2):
302
  text_emo=gr.Textbox(label="text_emo")
303
 
304
+ clear_text.click(clear_3,outputs=[input_text,text_emo])
305
  submit_text.click(text_score,inputs=input_text,outputs=text_emo)
306
 
307
  with gr.Blocks() as app: