mskov commited on
Commit
5892c2d
β€’
1 Parent(s): 703132a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ os.system("pip install transformers==4.27.0")
4
  os.system("pip install torch")
5
  os.system("pip install openai")
6
  os.system("pip install accelerate")
7
- from transformers import pipeline, WhisperModel, WhisperTokenizer, AutoModelForCTC
8
  os.system("pip install evaluate")
9
  #import evaluate
10
  #os.system("pip install evaluate[evaluator]")
 
4
  os.system("pip install torch")
5
  os.system("pip install openai")
6
  os.system("pip install accelerate")
7
+ from transformers import pipeline, WhisperModel, WhisperTokenizer, WhisperFeatureExtractor
8
  os.system("pip install evaluate")
9
  #import evaluate
10
  #os.system("pip install evaluate[evaluator]")