mskov commited on
Commit
3a161c0
Β·
1 Parent(s): 4ae6e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ 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.19.5")
21
- os.system("pip install numba==0.54")
22
- os.system("python -c import numba==0.54")
23
 
24
 
25
  whisper_esc50 = pipeline(model="mskov/whisper_esc50")
 
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
 
25
  whisper_esc50 = pipeline(model="mskov/whisper_esc50")