Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
234 |
youtube_url = gr.Textbox(label="YouTube Link URL",
|
235 |
placeholder="https://youtu.be/...")
|
236 |
# Display examples
|
237 |
-
gr.Examples(examples=YOUTUBE_EXAMPLES, inputs=youtube_url)
|
238 |
# Play button
|
239 |
play_video_button = gr.Button("Get Audio from YouTube", variant="primary")
|
240 |
# Play youtube
|
|
|
234 |
youtube_url = gr.Textbox(label="YouTube Link URL",
|
235 |
placeholder="https://youtu.be/...")
|
236 |
# Display examples
|
237 |
+
gr.Examples(examples=YOUTUBE_EXAMPLES, inputs=youtube_url, examples_per_page=4)
|
238 |
# Play button
|
239 |
play_video_button = gr.Button("Get Audio from YouTube", variant="primary")
|
240 |
# Play youtube
|