Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
|
|
40 |
inputs=gr.Textbox(label="Enter a sentence for sentiment analysis"),
|
41 |
outputs=gr.JSON(label="Sentiment Probabilities"),
|
42 |
title="Sentiment Analysis with Bert",
|
43 |
-
description="Enter a sentence, and this model will predict the sentiment (positive/negative) along with the probabilities.<br><br>
|
44 |
examples=examples
|
45 |
)
|
46 |
|
|
|
40 |
inputs=gr.Textbox(label="Enter a sentence for sentiment analysis"),
|
41 |
outputs=gr.JSON(label="Sentiment Probabilities"),
|
42 |
title="Sentiment Analysis with Bert",
|
43 |
+
description="Enter a sentence, and this model will predict the sentiment (positive/negative) along with the probabilities.<br><br>Check out the source code on <a href='https://github.com/katsuchi23/Twitter-Sentiment-Analysis' target='_blank'>GitHub</a>!<br><br>Here are some example sentences to test:",
|
44 |
examples=examples
|
45 |
)
|
46 |
|