Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def prompt_and_save_bazarr_env_variables():
|
|
48 |
print(instructions)
|
49 |
env_vars = {
|
50 |
'WHISPER_MODEL': ('Whisper Model', 'Enter the Whisper model you want to run: tiny, tiny.en, base, base.en, small, small.en, medium, medium.en, large, distil-large-v2, distil-medium.en, distil-small.en', 'medium'),
|
51 |
-
'WEBHOOKPORT': ('Webhook Port', 'Default listening port for subgen.py', '
|
52 |
'TRANSCRIBE_DEVICE': ('Transcribe Device', 'Set as cpu or gpu', 'gpu'),
|
53 |
'DEBUG': ('Debug', 'Enable debug logging', 'True'),
|
54 |
'CLEAR_VRAM_ON_COMPLETE': ('Clear VRAM', 'Attempt to clear VRAM when complete (Windows users may need to set this to False)', 'False'),
|
|
|
48 |
print(instructions)
|
49 |
env_vars = {
|
50 |
'WHISPER_MODEL': ('Whisper Model', 'Enter the Whisper model you want to run: tiny, tiny.en, base, base.en, small, small.en, medium, medium.en, large, distil-large-v2, distil-medium.en, distil-small.en', 'medium'),
|
51 |
+
'WEBHOOKPORT': ('Webhook Port', 'Default listening port for subgen.py', '6000'),
|
52 |
'TRANSCRIBE_DEVICE': ('Transcribe Device', 'Set as cpu or gpu', 'gpu'),
|
53 |
'DEBUG': ('Debug', 'Enable debug logging', 'True'),
|
54 |
'CLEAR_VRAM_ON_COMPLETE': ('Clear VRAM', 'Attempt to clear VRAM when complete (Windows users may need to set this to False)', 'False'),
|