DrishtiSharma commited on
Commit
a450122
·
1 Parent(s): afa09af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -28,7 +28,12 @@ label = gr.outputs.Label(num_top_classes=5)
28
 
29
  ################### Gradio Web APP ################################
30
 
31
- description = "a"
 
 
 
 
 
32
  #gr.Interface(
33
  #fn = classify_sentiment,
34
  #inputs = input_audio,
 
28
 
29
  ################### Gradio Web APP ################################
30
 
31
+ description = """ Gradio demo for Sentiment Classification of Spanish audios using Wav2Vec2.
32
+
33
+ We trained two models : [Model 1](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD)
34
+
35
+ [Model 2](https://huggingface.co/hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd)
36
+ """
37
  #gr.Interface(
38
  #fn = classify_sentiment,
39
  #inputs = input_audio,