mskov commited on
Commit
3906bca
Β·
1 Parent(s): d0d39bc

Update app.py

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