abhicodes commited on
Commit
1940014
·
verified ·
1 Parent(s): 3012be0

Update app.py

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