mskov commited on
Commit
41cf1a9
Β·
1 Parent(s): 36bc51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ 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")
 
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.24")
21
 
22
 
23
  whisper_esc50 = pipeline(model="mskov/whisper_esc50")