Spaces:
Runtime error
Runtime error
Commit
·
00a49fe
1
Parent(s):
7e8d977
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ demo = gr.Interface(
|
|
46 |
["I feel confident about covid vaccines"],
|
47 |
["I do not like the covid vaccine"],
|
48 |
["I like the covid vaccines"],
|
49 |
-
["The covid
|
50 |
],
|
51 |
title="COVID Vaccine Sentiment Analysis",
|
52 |
description="An AI model that predicts sentiment about COVID vaccines, providing labels and probabilities for 'NEGATIVE', 'NEUTRAL', and 'POSITIVE' sentiments.",
|
|
|
46 |
["I feel confident about covid vaccines"],
|
47 |
["I do not like the covid vaccine"],
|
48 |
["I like the covid vaccines"],
|
49 |
+
["The covid vaccines are effective"]
|
50 |
],
|
51 |
title="COVID Vaccine Sentiment Analysis",
|
52 |
description="An AI model that predicts sentiment about COVID vaccines, providing labels and probabilities for 'NEGATIVE', 'NEUTRAL', and 'POSITIVE' sentiments.",
|