kevinwang676 commited on
Commit
d2c435b
·
verified ·
1 Parent(s): f37ee6c

Update app_srt.py

Browse files
Files changed (1) hide show
  1. app_srt.py +1 -1
app_srt.py CHANGED
@@ -87,7 +87,7 @@ def predict(
87
  mic_file_path = None
88
  use_mic = False
89
  agree = True
90
- no_lang_auto_detect = False
91
  if agree == True:
92
  if language not in supported_languages:
93
  gr.Warning(
 
87
  mic_file_path = None
88
  use_mic = False
89
  agree = True
90
+ no_lang_auto_detect = True
91
  if agree == True:
92
  if language not in supported_languages:
93
  gr.Warning(