jpdiazpardo commited on
Commit
892dbce
1 Parent(s): 408afb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ inputs = [#yt_link, #0
104
  #download_button, #1
105
  #thumbnail, #2
106
  audio_input, #3
107
- gr.Checkbox(value=True, label="Return timestamps"), #4
108
- sa_checkbox] #5
109
 
110
  #Ouput components
111
  audio_out = gr.Audio(label="Processed Audio", type="filepath", info = "Vocals only")
 
104
  #download_button, #1
105
  #thumbnail, #2
106
  audio_input, #3
107
+ gr.Checkbox(value=True, label="Return timestamps")]#, #4
108
+ #sa_checkbox] #5
109
 
110
  #Ouput components
111
  audio_out = gr.Audio(label="Processed Audio", type="filepath", info = "Vocals only")