Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,11 +22,12 @@ def classify_img(im):
|
|
22 |
demo=gr.Blocks()
|
23 |
with demo:
|
24 |
gr.Markdown("""
|
25 |
-
|
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 |
-
|
|
|
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():
|