abhicodes commited on
Commit
ecd1e34
·
verified ·
1 Parent(s): 5d3cceb

Update app.py

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