Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -431,7 +431,7 @@ with gr.Blocks() as interface:
|
|
431 |
type="filepath", label="Upload File containing Audio", file_types=[f".{ext}" for ext in ALLOWED_FILE_EXTENSIONS]
|
432 |
)
|
433 |
model_choice_transcribe = gr.Dropdown(
|
434 |
-
choices=["whisper-large-v3"],
|
435 |
value="whisper-large-v3",
|
436 |
label="Model",
|
437 |
)
|
@@ -462,7 +462,7 @@ with gr.Blocks() as interface:
|
|
462 |
type="filepath", label="Upload File containing Audio", file_types=[f".{ext}" for ext in ALLOWED_FILE_EXTENSIONS]
|
463 |
)
|
464 |
model_choice_translate = gr.Dropdown(
|
465 |
-
choices=["whisper-large-v3"],
|
466 |
value="whisper-large-v3",
|
467 |
label="Model",
|
468 |
)
|
|
|
431 |
type="filepath", label="Upload File containing Audio", file_types=[f".{ext}" for ext in ALLOWED_FILE_EXTENSIONS]
|
432 |
)
|
433 |
model_choice_transcribe = gr.Dropdown(
|
434 |
+
choices=["whisper-large-v3"],
|
435 |
value="whisper-large-v3",
|
436 |
label="Model",
|
437 |
)
|
|
|
462 |
type="filepath", label="Upload File containing Audio", file_types=[f".{ext}" for ext in ALLOWED_FILE_EXTENSIONS]
|
463 |
)
|
464 |
model_choice_translate = gr.Dropdown(
|
465 |
+
choices=["whisper-large-v3"],
|
466 |
value="whisper-large-v3",
|
467 |
label="Model",
|
468 |
)
|