Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with block:
|
|
140 |
|
141 |
text = gr.Textbox(label="Transcription")
|
142 |
|
143 |
-
sentiment_output = gr.Textbox(label="Sentiment Analysis Results"
|
144 |
|
145 |
btn.click(inference, inputs=[audio, sentiment_option], outputs=[lang_str, text, sentiment_output])
|
146 |
|
|
|
140 |
|
141 |
text = gr.Textbox(label="Transcription")
|
142 |
|
143 |
+
sentiment_output = gr.Textbox(label="Sentiment Analysis Results")
|
144 |
|
145 |
btn.click(inference, inputs=[audio, sentiment_option], outputs=[lang_str, text, sentiment_output])
|
146 |
|