Spaces:
Paused
Paused
Update app_srt.py
Browse files- 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 =
|
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(
|