Spaces:
Runtime error
Runtime error
jiedong-yang
commited on
Commit
β’
f55f090
1
Parent(s):
ef64114
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from espnet2.bin.tts_inference import Text2Speech
|
|
13 |
from utils import *
|
14 |
|
15 |
# load whisper model for ASR and BART for summarization
|
16 |
-
asr_model = whisper.load_model('
|
17 |
summarizer = gr.Interface.load("facebook/bart-large-cnn", src='huggingface')
|
18 |
tts_model = Text2Speech.from_pretrained("espnet/kan-bayashi_ljspeech_joint_finetune_conformer_fastspeech2_hifigan")
|
19 |
|
|
|
13 |
from utils import *
|
14 |
|
15 |
# load whisper model for ASR and BART for summarization
|
16 |
+
asr_model = whisper.load_model('tiny.en')
|
17 |
summarizer = gr.Interface.load("facebook/bart-large-cnn", src='huggingface')
|
18 |
tts_model = Text2Speech.from_pretrained("espnet/kan-bayashi_ljspeech_joint_finetune_conformer_fastspeech2_hifigan")
|
19 |
|