Spaces:
Running
on
Zero
Running
on
Zero
multilingual on whisper default to False
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ with Demo:
|
|
331 |
whisper_dd = gr.Dropdown(choices=WHISPER_MODELS, value=WHISPER_MODELS[0], label="Whisper Model")
|
332 |
whisper_lang = gr.Dropdown(choices=WHISPER_LANGUAGES, value="auto", label="Whisper Language")
|
333 |
device_radio = gr.Radio(choices=["GPU","CPU"], value="GPU", label="Device")
|
334 |
-
whisper_multilingual_en = gr.Checkbox(label="Multilingual", value=
|
335 |
btn_w = gr.Button("Transcribe with Faster-Whisper")
|
336 |
|
337 |
with gr.Column():
|
|
|
331 |
whisper_dd = gr.Dropdown(choices=WHISPER_MODELS, value=WHISPER_MODELS[0], label="Whisper Model")
|
332 |
whisper_lang = gr.Dropdown(choices=WHISPER_LANGUAGES, value="auto", label="Whisper Language")
|
333 |
device_radio = gr.Radio(choices=["GPU","CPU"], value="GPU", label="Device")
|
334 |
+
whisper_multilingual_en = gr.Checkbox(label="Multilingual", value=False)
|
335 |
btn_w = gr.Button("Transcribe with Faster-Whisper")
|
336 |
|
337 |
with gr.Column():
|