Update app.py
Browse files
app.py
CHANGED
@@ -490,6 +490,7 @@ with demo:
|
|
490 |
"https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren",
|
491 |
"https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision"],
|
492 |
label="Examples", inputs=[youtube_url_in])
|
|
|
493 |
|
494 |
with gr.Row():
|
495 |
with gr.Column():
|
|
|
490 |
"https://www.youtube.com/watch?v=JzPfMbG1vrE&ab_channel=ExplainerVideosByLauren",
|
491 |
"https://www.youtube.com/watch?v=S68vvV0kod8&ab_channel=Pearl-CohnTelevision"],
|
492 |
label="Examples", inputs=[youtube_url_in])
|
493 |
+
# Inspiration from https://huggingface.co/spaces/vumichien/whisper-speaker-diarization
|
494 |
|
495 |
with gr.Row():
|
496 |
with gr.Column():
|