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