jpdiazpardo commited on
Commit
3441177
1 Parent(s): e332ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,11 +105,11 @@ inputs = [audio_input, #0
105
  sentiment_checkbox] #2
106
 
107
  #Ouput components
108
- audio_out = gr.Audio(label="Processed Audio", type="filepath", info = "Vocals only")
109
  sentiment_plot = gr.Plot(label="Sentiment Analysis")
110
  sentiment_frequency = gr.Label(label="Frequency")
111
 
112
- outputs = [audio_out, gr.outputs.HTML("text"), sentiment_plot, sentiment_frequency]
113
 
114
  #----------------------------------------------------------------------------------------------------------------------------------------------------
115
 
 
105
  sentiment_checkbox] #2
106
 
107
  #Ouput components
108
+ #audio_out = gr.Audio(label="Processed Audio", type="filepath", info = "Vocals only")
109
  sentiment_plot = gr.Plot(label="Sentiment Analysis")
110
  sentiment_frequency = gr.Label(label="Frequency")
111
 
112
+ outputs = [gr.outputs.HTML("text"), sentiment_plot, sentiment_frequency]
113
 
114
  #----------------------------------------------------------------------------------------------------------------------------------------------------
115