s-tier-plots commited on
Commit
b9e84ab
1 Parent(s): 50c889b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -586,7 +586,7 @@ def create_ui(app_config: ApplicationConfig):
586
  # Try to convert from camel-case to title-case
587
  implementation_name = app_config.whisper_implementation.title().replace("_", " ").replace("-", " ")
588
 
589
- ui_description = implementation_name + " is forked copy of whisper webgui with supression list of common, unnessary transcriptions"
590
  ui_description += "\n\n\n\nFor longer audio files (>10 minutes) it is recommended that you select Silero VAD (Voice Activity Detector) in the VAD option."
591
 
592
  if app_config.input_audio_max_duration > 0:
 
586
  # Try to convert from camel-case to title-case
587
  implementation_name = app_config.whisper_implementation.title().replace("_", " ").replace("-", " ")
588
 
589
+ ui_description = implementation_name + " is forked copy of whisper webgui with a supression list of common, unnessary transcriptions"
590
  ui_description += "\n\n\n\nFor longer audio files (>10 minutes) it is recommended that you select Silero VAD (Voice Activity Detector) in the VAD option."
591
 
592
  if app_config.input_audio_max_duration > 0: