Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
0f2be75
1
Parent(s):
03e41cf
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ inputs = [yt_link, #0
|
|
104 |
#download_button, #1
|
105 |
thumbnail, #2
|
106 |
audio_input, #3
|
107 |
-
gr.Checkbox(value=True, label="Return timestamps")
|
108 |
sa_checkbox] #5
|
109 |
|
110 |
#Ouput components
|
|
|
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
|