Santenana commited on
Commit
12b517b
·
1 Parent(s): 6c061e6
Files changed (1) hide show
  1. app.py +1 -0
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")