Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from pyannote.audio import Pipeline
|
3 |
from transformers import pipeline
|
4 |
|
|
|
5 |
asr = pipeline(
|
6 |
"automatic-speech-recognition",
|
7 |
model="facebook/wav2vec2-large-960h-lv60-self",
|
|
|
2 |
from pyannote.audio import Pipeline
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
|
6 |
asr = pipeline(
|
7 |
"automatic-speech-recognition",
|
8 |
model="facebook/wav2vec2-large-960h-lv60-self",
|