Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with block:
|
|
178 |
with gr.Column():
|
179 |
gr.Textbox(label="Text Content")
|
180 |
|
181 |
-
output_text_sentiment = gr.
|
182 |
|
183 |
with gr.Column():
|
184 |
audio = gr.Audio(label="Input Audio", show_label=False, type="filepath")
|
|
|
178 |
with gr.Column():
|
179 |
gr.Textbox(label="Text Content")
|
180 |
|
181 |
+
output_text_sentiment = gr.Textbox("Text Sentiment")
|
182 |
|
183 |
with gr.Column():
|
184 |
audio = gr.Audio(label="Input Audio", show_label=False, type="filepath")
|