Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
|
|
65 |
"openai/whisper-base",
|
66 |
"openai/whisper-tiny",
|
67 |
],
|
68 |
-
value="openai/whisper-large-
|
69 |
)
|
70 |
hf_token = gr.Textbox(label="Huggingface token")
|
71 |
with gr.Column():
|
|
|
65 |
"openai/whisper-base",
|
66 |
"openai/whisper-tiny",
|
67 |
],
|
68 |
+
value="openai/whisper-large-v3",
|
69 |
)
|
70 |
hf_token = gr.Textbox(label="Huggingface token")
|
71 |
with gr.Column():
|