Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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:
|