Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ from sklearn.naive_bayes import GaussianNB
|
|
17 |
from sklearn.svm import SVC
|
18 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
19 |
import whisper
|
20 |
-
os.system("pip install numpy==1.20.0")
|
21 |
-
os.system("pip install numba==0.53")
|
22 |
# os.system("python -c import numba==0.53")
|
23 |
|
24 |
|
|
|
17 |
from sklearn.svm import SVC
|
18 |
os.system("pip install git+https://github.com/openai/whisper.git")
|
19 |
import whisper
|
20 |
+
# os.system("pip install numpy==1.20.0")
|
21 |
+
# os.system("pip install numba==0.53")
|
22 |
# os.system("python -c import numba==0.53")
|
23 |
|
24 |
|