Spaces:
Build error
Build error
BilalSardar
commited on
Commit
•
831354d
1
Parent(s):
576f896
Update app.py
Browse files
app.py
CHANGED
@@ -30,11 +30,11 @@ from nltk.corpus import stopwords
|
|
30 |
import string
|
31 |
import pke
|
32 |
import traceback
|
33 |
-
|
|
|
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+")
|
|
|
30 |
import string
|
31 |
import pke
|
32 |
import traceback
|
33 |
+
import spacy
|
34 |
+
spacy.load('en')
|
35 |
|
36 |
warnings.filterwarnings("ignore")
|
37 |
|
|
|
38 |
def Process_audio(fileName):
|
39 |
|
40 |
txtf=open("The_audio.txt","w+")
|