Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks() as iface:
|
|
140 |
submit_btn = gr.Button(label="Run")
|
141 |
with gr.Column():
|
142 |
out_val = gr.Textbox()
|
143 |
-
|
144 |
out_text = gr.Textbox()
|
145 |
submit_btn.click(fn=classify_toxicity, inputs=[aud_input, text, anxiety_class, emo_class, explit_preference], outputs=[out_val, plot, out_text])
|
146 |
|
|
|
140 |
submit_btn = gr.Button(label="Run")
|
141 |
with gr.Column():
|
142 |
out_val = gr.Textbox()
|
143 |
+
out_class = gr.Textbox()
|
144 |
out_text = gr.Textbox()
|
145 |
submit_btn.click(fn=classify_toxicity, inputs=[aud_input, text, anxiety_class, emo_class, explit_preference], outputs=[out_val, plot, out_text])
|
146 |
|