Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
•
68af898
1
Parent(s):
0c89c5e
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ description = """
|
|
19 |
<p>
|
20 |
<center>
|
21 |
This application classifies the sentiment of the audio input provided by the user.
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
#<img src="https://huggingface.co/spaces/hackathon-pln-es/Audio-Sentiment-Classifier/tree/main/sentiment.jpg" alt="logo" width="750"/>
|
26 |
#<img src="https://huggingface.co/spaces/hackathon-pln-es/Audio-Sentiment-Classifier/tree/main/sentiment.jpg" style="max-width: 100%; max-height: 10%; height: 250px; object-fit: fill">
|
27 |
</center>
|
@@ -35,5 +35,5 @@ gr.Interface(
|
|
35 |
inputs = input_audio,
|
36 |
outputs = label,
|
37 |
#examples=[["test1.wav", "hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD"], ["test2.wav", "hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd"]],
|
38 |
-
theme="grass"
|
39 |
|
|
|
19 |
<p>
|
20 |
<center>
|
21 |
This application classifies the sentiment of the audio input provided by the user.
|
22 |
+
#</center>
|
23 |
+
#</p>
|
24 |
+
#<center>
|
25 |
#<img src="https://huggingface.co/spaces/hackathon-pln-es/Audio-Sentiment-Classifier/tree/main/sentiment.jpg" alt="logo" width="750"/>
|
26 |
#<img src="https://huggingface.co/spaces/hackathon-pln-es/Audio-Sentiment-Classifier/tree/main/sentiment.jpg" style="max-width: 100%; max-height: 10%; height: 250px; object-fit: fill">
|
27 |
</center>
|
|
|
35 |
inputs = input_audio,
|
36 |
outputs = label,
|
37 |
#examples=[["test1.wav", "hackathon-pln-es/wav2vec2-base-finetuned-sentiment-classification-MESD"], ["test2.wav", "hackathon-pln-es/wav2vec2-base-finetuned-sentiment-mesd"]],
|
38 |
+
theme="grass").launch()
|
39 |
|