DrishtiSharma commited on
Commit
83f4f65
1 Parent(s): 3a61309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ label = gr.outputs.Label(num_top_classes=5)
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
  Note: The Audio examples provided for testing this app were randomly picked from the test dataset.
24
  """
25
  #gr.Interface(
 
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
  Note: The Audio examples provided for testing this app were randomly picked from the test dataset.
25
  """
26
  #gr.Interface(