Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ demo = gr.Interface(
|
|
| 95 |
inputs=gr.Textbox(lines=2, placeholder="Введите текст..."),
|
| 96 |
outputs="text",
|
| 97 |
title="Text Sentiment Classifier",
|
| 98 |
-
description="
|
| 99 |
)
|
| 100 |
|
| 101 |
demo.launch()
|
|
|
|
| 95 |
inputs=gr.Textbox(lines=2, placeholder="Введите текст..."),
|
| 96 |
outputs="text",
|
| 97 |
title="Text Sentiment Classifier",
|
| 98 |
+
description="Text classification model"
|
| 99 |
)
|
| 100 |
|
| 101 |
demo.launch()
|