mskov commited on
Commit
33e40de
β€’
1 Parent(s): 3a161c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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