s-tier-plots commited on
Commit
ad94766
1 Parent(s): d5198a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,7 +589,7 @@ def create_ui(app_config: ApplicationConfig):
589
  ui_description = implementation_name + " is forked copy of whisper webgui with a supression list of common, unnessary transcriptions"
590
 
591
  if app_config.input_audio_max_duration > 0:
592
- ui_description += "[Max audio file length: " + str(app_config.input_audio_max_duration) + " s]"
593
 
594
  whisper_models = app_config.get_model_names()
595
 
 
589
  ui_description = implementation_name + " is forked copy of whisper webgui with a supression list of common, unnessary transcriptions"
590
 
591
  if app_config.input_audio_max_duration > 0:
592
+ ui_description += " ( Max audio file length: " + str(app_config.input_audio_max_duration) + "s )"
593
 
594
  whisper_models = app_config.get_model_names()
595