Spaces:
Build error
Build error
BilalSardar
commited on
Commit
•
576f896
1
Parent(s):
d24bc4d
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ import traceback
|
|
34 |
|
35 |
warnings.filterwarnings("ignore")
|
36 |
|
37 |
-
|
38 |
def Process_audio(fileName):
|
39 |
|
40 |
txtf=open("The_audio.txt","w+")
|
|
|
34 |
|
35 |
warnings.filterwarnings("ignore")
|
36 |
|
37 |
+
os.system('spacy download en')
|
38 |
def Process_audio(fileName):
|
39 |
|
40 |
txtf=open("The_audio.txt","w+")
|