Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
-
p = pipeline("automatic-speech-recognition")
|
4 |
import gradio as gr
|
5 |
|
6 |
def transcribe(audio):
|
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
+
p = pipeline("automatic-speech-recognition", model = 'openai/whisper-small')
|
4 |
import gradio as gr
|
5 |
|
6 |
def transcribe(audio):
|