Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ demo = gr.Interface(
|
|
| 14 |
inputs="text",
|
| 15 |
outputs=[gr.Textbox(label="Label"), gr.Textbox(label="Score")],
|
| 16 |
title = 'Sentiment Analysis Demo (ζ
η·εζη€Ίη―)',
|
| 17 |
-
description = "Analyze the sentiment based on given input (positive or negative) ζ
η·εζ"
|
| 18 |
examples=[["I love Computational Chemistry."], ["This movie is terrible."]],
|
| 19 |
)
|
| 20 |
|
|
|
|
| 14 |
inputs="text",
|
| 15 |
outputs=[gr.Textbox(label="Label"), gr.Textbox(label="Score")],
|
| 16 |
title = 'Sentiment Analysis Demo (ζ
η·εζη€Ίη―)',
|
| 17 |
+
description = "Analyze the sentiment based on given input (positive or negative) ζ
η·εζ",
|
| 18 |
examples=[["I love Computational Chemistry."], ["This movie is terrible."]],
|
| 19 |
)
|
| 20 |
|