Spaces:
Runtime error
Runtime error
KarthickAdopleAI
commited on
Commit
•
c4eeb10
1
Parent(s):
28482bd
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ import requests
|
|
15 |
import logging
|
16 |
import os
|
17 |
from pydub import AudioSegment
|
|
|
18 |
import speech_recognition as sr
|
19 |
nltk.download('punkt')
|
20 |
nltk.download('stopwords')
|
|
|
15 |
import logging
|
16 |
import os
|
17 |
from pydub import AudioSegment
|
18 |
+
from pydub.silence import split_on_silence
|
19 |
import speech_recognition as sr
|
20 |
nltk.download('punkt')
|
21 |
nltk.download('stopwords')
|