abhicodes commited on
Commit
7508f8a
·
verified ·
1 Parent(s): 3bd4557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")