mskov commited on
Commit
ec77bc0
Β·
1 Parent(s): 4b0a332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ 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
- os.system("pip install numba==0.53")
20
- os.system("pip install numpy==1.21.4")
21
 
22
 
23
  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 numpy==1.19.5")
20
+ os.system("pip install numba==0.54")
21
 
22
 
23
  whisper_esc50 = pipeline(model="mskov/whisper_esc50")