jpdiazpardo commited on
Commit
6a22ca5
1 Parent(s): 800c39a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ audio_out = gr.Audio(label="Processed Audio", type="filepath", info = "Vocals on
112
  sentiment_plot = gr.Plot(label="Sentiment Analysis")
113
  sentiment_frequency = gr.Label(label="Frequency")
114
 
115
- outputs = [audio_out, gr.outputs.HTML("text")], sentiment_plot, sentiment_frequency]
116
 
117
  #----------------------------------------------------------------------------------------------------------------------------------------------------
118
 
 
112
  sentiment_plot = gr.Plot(label="Sentiment Analysis")
113
  sentiment_frequency = gr.Label(label="Frequency")
114
 
115
+ outputs = [audio_out, gr.outputs.HTML("text"), sentiment_plot, sentiment_frequency]
116
 
117
  #----------------------------------------------------------------------------------------------------------------------------------------------------
118