Spaces:
Sleeping
Sleeping
rriverar75
commited on
Commit
•
ea54890
1
Parent(s):
f7c1033
Update app
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
pip install transformers
|
2 |
|
3 |
from transformers import pipeline
|
4 |
-
|
5 |
import gradio as gr
|
6 |
|
7 |
modelo = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-large-xlsr-53-spanish")
|
|
|
|
|
1 |
|
2 |
from transformers import pipeline
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
modelo = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-large-xlsr-53-spanish")
|