Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def transcribe_yt(yt_url, task="transcribe", group_by_speaker=True, progress=gr.
|
|
256 |
return html_embed_str, transcription
|
257 |
|
258 |
|
259 |
-
title = "
|
260 |
|
261 |
microphone = gr.Interface(
|
262 |
fn=transcribe,
|
|
|
256 |
return html_embed_str, transcription
|
257 |
|
258 |
|
259 |
+
title = "Video Transcription with Speaker diarization"
|
260 |
|
261 |
microphone = gr.Interface(
|
262 |
fn=transcribe,
|