Spaces:
Runtime error
Runtime error
XD
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
imagen = pipeline('image-classification',model='huggingface/microsoft/swin-tiny-patch4-window7-224')
|
2 |
trans = pipeline("automatic-speech-recognition",model="facebook/wav2vec2-large-xlsr-53-spanish")
|
3 |
clasificador = pipeline('text-classification',model="pysentimiento/robertuito-sentiment-analysis")
|
|
|
1 |
+
from transformers import pipeline
|
2 |
imagen = pipeline('image-classification',model='huggingface/microsoft/swin-tiny-patch4-window7-224')
|
3 |
trans = pipeline("automatic-speech-recognition",model="facebook/wav2vec2-large-xlsr-53-spanish")
|
4 |
clasificador = pipeline('text-classification',model="pysentimiento/robertuito-sentiment-analysis")
|