Spaces:
Build error
Build error
add new model openai/whisper-large-v3
Browse files
app.py
CHANGED
|
@@ -57,6 +57,7 @@ with gr.Blocks() as demo:
|
|
| 57 |
model_name = gr.Dropdown(
|
| 58 |
label="选择模型",
|
| 59 |
choices=[
|
|
|
|
| 60 |
"openai/whisper-large-v2",
|
| 61 |
"openai/whisper-large",
|
| 62 |
"openai/whisper-medium",
|
|
|
|
| 57 |
model_name = gr.Dropdown(
|
| 58 |
label="选择模型",
|
| 59 |
choices=[
|
| 60 |
+
"openai/whisper-large-v3",
|
| 61 |
"openai/whisper-large-v2",
|
| 62 |
"openai/whisper-large",
|
| 63 |
"openai/whisper-medium",
|