Update app.py
Browse files
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")
|