hbs2 commited on
Commit
c6afe6c
1 Parent(s): 8074c77

Update subgen.py

Browse files
Files changed (1) hide show
  1. subgen.py +1 -1
subgen.py CHANGED
@@ -75,7 +75,7 @@ def update_env_variables():
75
  jellyfinserver = os.getenv('JELLYFINSERVER', 'http://192.168.1.111:8096')
76
  whisper_model = os.getenv('WHISPER_MODEL', 'large-v3')
77
  whisper_threads = int(os.getenv('WHISPER_THREADS', 10))
78
- concurrent_transcriptions = int(os.getenv('CONCURRENT_TRANSCRIPTIONS', 16))
79
  transcribe_device = os.getenv('TRANSCRIBE_DEVICE', 'cuda')
80
  procaddedmedia = convert_to_bool(os.getenv('PROCADDEDMEDIA', True))
81
  procmediaonplay = convert_to_bool(os.getenv('PROCMEDIAONPLAY', True))
 
75
  jellyfinserver = os.getenv('JELLYFINSERVER', 'http://192.168.1.111:8096')
76
  whisper_model = os.getenv('WHISPER_MODEL', 'large-v3')
77
  whisper_threads = int(os.getenv('WHISPER_THREADS', 10))
78
+ concurrent_transcriptions = int(os.getenv('CONCURRENT_TRANSCRIPTIONS', 5))
79
  transcribe_device = os.getenv('TRANSCRIBE_DEVICE', 'cuda')
80
  procaddedmedia = convert_to_bool(os.getenv('PROCADDEDMEDIA', True))
81
  procmediaonplay = convert_to_bool(os.getenv('PROCMEDIAONPLAY', True))