Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks() as iface:
|
|
192 |
out_val = gr.Textbox()
|
193 |
out_class = gr.Textbox()
|
194 |
out_text = gr.Textbox(visible=False)
|
195 |
-
out_img = gr.Textbox(visible=False)
|
196 |
submit_btn.click(fn=classify_toxicity, inputs=[aud_input, text, anxiety_class, emo_class, explit_preference, sense_slider, intervention_type], outputs=[out_val, out_class, out_text])
|
197 |
|
198 |
iface.launch()
|
|
|
192 |
out_val = gr.Textbox()
|
193 |
out_class = gr.Textbox()
|
194 |
out_text = gr.Textbox(visible=False)
|
195 |
+
out_img = gr.Textbox(visible=False)
|
196 |
submit_btn.click(fn=classify_toxicity, inputs=[aud_input, text, anxiety_class, emo_class, explit_preference, sense_slider, intervention_type], outputs=[out_val, out_class, out_text])
|
197 |
|
198 |
iface.launch()
|