Metantropia commited on
Commit
c5062e0
Β·
verified Β·
1 Parent(s): 5324952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -22,11 +22,12 @@ def classify_img(im):
22
  demo=gr.Blocks()
23
  with demo:
24
  gr.Markdown("""
25
- # Este 'Space' permite la inferencia los siguientes modelos open-source:
26
- - Voice2Text: [Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large-xlsr-53-spanish)
27
- - Sentiment Analysis: [Robertuito](https://huggingface.co/pysentimiento/robertuito-sentiment-analysis)
28
  - Image Classifier: [Swin-small-patch4](https://huggingface.co/microsoft/swin-small-patch4-window7-224)
29
- - Autor del demo: [ΞœΞ•Ξ€Ξ‘ΞΞ˜Ξ‘Ξ©Ξ Ξ™Ξ‘](https://www.instagram.com/metantropia.jpg)
 
30
  """)
31
 
32
  with gr.Tabs():
 
22
  demo=gr.Blocks()
23
  with demo:
24
  gr.Markdown("""
25
+ Este 'Space' permite la inferencia de los siguientes modelos open-source:
26
+ - Voice2Text (en EspaΓ±ol): [Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large-xlsr-53-spanish)
27
+ - Sentiment Analysis (en EspaΓ±ol): [Robertuito](https://huggingface.co/pysentimiento/robertuito-sentiment-analysis)
28
  - Image Classifier: [Swin-small-patch4](https://huggingface.co/microsoft/swin-small-patch4-window7-224)
29
+
30
+ Autor del demo: [ΞœΞ•Ξ€Ξ‘ΞΞ˜Ξ‘Ξ©Ξ Ξ™Ξ‘](https://www.instagram.com/metantropia.jpg)
31
  """)
32
 
33
  with gr.Tabs():