versae commited on
Commit
7271fdd
·
verified ·
1 Parent(s): 6a3ae5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",