Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
asr = pipeline(
|
5 |
model = "openai/whisper-large-v3")
|
6 |
|
7 |
demo = gr.Blocks()
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
asr = pipeline("automatic-speech-recognition",
|
5 |
model = "openai/whisper-large-v3")
|
6 |
|
7 |
demo = gr.Blocks()
|