mskov commited on
Commit
4ae6e42
Β·
1 Parent(s): 2f57e60

Update app.py

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