Spaces:
Runtime error
Runtime error
Commit
·
41fdf60
1
Parent(s):
4b155c0
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ label = gr.outputs.Label(num_top_classes=5)
|
|
19 |
|
20 |
################### Gradio Web APP ################################
|
21 |
|
22 |
-
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2. This app can be powered by either of these two trained models :
|
23 |
"""
|
24 |
#gr.Interface(
|
25 |
#fn = classify_sentiment,
|
|
|
19 |
|
20 |
################### Gradio Web APP ################################
|
21 |
|
22 |
+
description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2. This app can be powered by either of these two trained models : i) [Model A](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD) ii) [Model B](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd)
|
23 |
"""
|
24 |
#gr.Interface(
|
25 |
#fn = classify_sentiment,
|