Spaces:
Runtime error
Runtime error
Commit
·
879bcf9
1
Parent(s):
32de441
Update app.py
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks() as yav_ui:
|
|
327 |
yinput = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
|
328 |
ybutton_transcribe = gr.Button("Transcribe", show_progress=True, scroll_to_output=True)
|
329 |
with gr.Tab("Video", id=2):
|
330 |
-
vsz = gr.Dropdown(label="Model Size", choices=wispher_models)
|
331 |
vinput_nos = gr.Number(label="Number of Speakers", placeholder="2")
|
332 |
vinput_sn = gr.Textbox(label="Name of the Speakers (ordered by the time they speak and separated by comma)", placeholder="If Speaker 1 is first to speak followed by Speaker 2 then -> Speaker 1, Speaker 2")
|
333 |
vinput = gr.Video(label="Video")
|
|
|
327 |
yinput = gr.Textbox(label="Youtube Link", placeholder="https://www.youtube.com/watch?v=GECcjrYHH8w")
|
328 |
ybutton_transcribe = gr.Button("Transcribe", show_progress=True, scroll_to_output=True)
|
329 |
with gr.Tab("Video", id=2):
|
330 |
+
vsz = gr.Dropdown(label="Model Size", choices=wispher_models, value='base')
|
331 |
vinput_nos = gr.Number(label="Number of Speakers", placeholder="2")
|
332 |
vinput_sn = gr.Textbox(label="Name of the Speakers (ordered by the time they speak and separated by comma)", placeholder="If Speaker 1 is first to speak followed by Speaker 2 then -> Speaker 1, Speaker 2")
|
333 |
vinput = gr.Video(label="Video")
|