Spaces:
Running
Running
Update app.py
Browse filesupdated version
app.py
CHANGED
|
@@ -25,7 +25,7 @@ demo = gr.Interface(
|
|
| 25 |
inputs=gr.Textbox(lines=3, placeholder="Type a sentence here..."),
|
| 26 |
outputs="text",
|
| 27 |
examples=examples,
|
| 28 |
-
title="
|
| 29 |
description="A simple Hugging Face Space to analyze sentiment in tweets using CardiffNLP's RoBERTa model."
|
| 30 |
)
|
| 31 |
|
|
|
|
| 25 |
inputs=gr.Textbox(lines=3, placeholder="Type a sentence here..."),
|
| 26 |
outputs="text",
|
| 27 |
examples=examples,
|
| 28 |
+
title="Sentiment Analyzer",
|
| 29 |
description="A simple Hugging Face Space to analyze sentiment in tweets using CardiffNLP's RoBERTa model."
|
| 30 |
)
|
| 31 |
|