Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ from sklearn.naive_bayes import GaussianNB
|
|
16 |
from sklearn.svm import SVC
|
17 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
18 |
import whisper
|
|
|
19 |
|
20 |
|
21 |
whisper_esc50 = pipeline(model="mskov/whisper_esc50")
|
|
|
16 |
from sklearn.svm import SVC
|
17 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
18 |
import whisper
|
19 |
+
os.system("pip install numba==0.53")
|
20 |
|
21 |
|
22 |
whisper_esc50 = pipeline(model="mskov/whisper_esc50")
|