mskov commited on
Commit
36bc51d
β€’
1 Parent(s): 07630c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from sklearn.discriminant_analysis import LinearDiscriminantAnalysis
15
  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
 
21
 
 
15
  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
 
21