Nick088 commited on
Commit
857496f
1 Parent(s): b405c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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"], # Only include '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"], # Only include '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
  )