Spaces:
mskov
/
Runtime error

mskov commited on
Commit
7a589e8
·
1 Parent(s): aa877f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -22,9 +22,6 @@ from share_btn import community_icon_html, loading_icon_html, share_js
22
  # get gpt2 model
23
  generator = pipeline('text-generation', model='gpt2')
24
 
25
- # get ASR
26
- p = pipeline("automatic-speech-recognition")
27
-
28
  # whisper model specification
29
  model = whisper.load_model("tiny")
30
 
 
22
  # get gpt2 model
23
  generator = pipeline('text-generation', model='gpt2')
24
 
 
 
 
25
  # whisper model specification
26
  model = whisper.load_model("tiny")
27