Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -293,7 +293,7 @@ def get_spacy():
|
|
293 |
nlp = en_core_web_lg.load()
|
294 |
return nlp
|
295 |
|
296 |
-
|
297 |
def inference(link, upload, _asr_model):
|
298 |
'''Convert Youtube video or Audio upload to text'''
|
299 |
|
|
|
293 |
nlp = en_core_web_lg.load()
|
294 |
return nlp
|
295 |
|
296 |
+
|
297 |
def inference(link, upload, _asr_model):
|
298 |
'''Convert Youtube video or Audio upload to text'''
|
299 |
|