Update app.py
Browse files
app.py
CHANGED
|
@@ -183,8 +183,9 @@ with block:
|
|
| 183 |
|
| 184 |
output_text_sentiment = gr.Textbox(label="Text Sentiment")
|
| 185 |
|
|
|
|
|
|
|
| 186 |
with gr.Row():
|
| 187 |
-
audio = gr.Audio(label="Input Audio", show_label=False, type="filepath")
|
| 188 |
sentiment_option = gr.Radio(choices=["Sentiment Only", "Sentiment + Score"], label="Select an option")
|
| 189 |
|
| 190 |
lang_str = gr.Textbox(label="Language")
|
|
|
|
| 183 |
|
| 184 |
output_text_sentiment = gr.Textbox(label="Text Sentiment")
|
| 185 |
|
| 186 |
+
audio = gr.Audio(label="Input Audio", show_label=False, type="filepath")
|
| 187 |
+
|
| 188 |
with gr.Row():
|
|
|
|
| 189 |
sentiment_option = gr.Radio(choices=["Sentiment Only", "Sentiment + Score"], label="Select an option")
|
| 190 |
|
| 191 |
lang_str = gr.Textbox(label="Language")
|