Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ yt_transcribe = gr.Interface(
|
|
88 |
gr.components.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
89 |
gr.components.Checkbox(label="Return timestamps"),
|
90 |
],
|
91 |
-
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
92 |
outputs=["html", "text"],
|
93 |
theme="huggingface",
|
94 |
title="Whisper Demo: Transcribe YouTube",
|
|
|
88 |
gr.components.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
89 |
gr.components.Checkbox(label="Return timestamps"),
|
90 |
],
|
91 |
+
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo", True]],
|
92 |
outputs=["html", "text"],
|
93 |
theme="huggingface",
|
94 |
title="Whisper Demo: Transcribe YouTube",
|