Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ interface1 = gr.Interface(
|
|
| 38 |
inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
|
| 39 |
outputs=gr.Label(num_top_classes=3),
|
| 40 |
title="Analyse de Sentiment avec lstm",
|
| 41 |
-
description="Entrez un tweet en français pour
|
| 42 |
)
|
| 43 |
|
| 44 |
interface2 = gr.Interface(
|
|
|
|
| 38 |
inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
|
| 39 |
outputs=gr.Label(num_top_classes=3),
|
| 40 |
title="Analyse de Sentiment avec lstm",
|
| 41 |
+
description="Entrez un tweet en français pour obtenir son sentiment (positif, négatif)."
|
| 42 |
)
|
| 43 |
|
| 44 |
interface2 = gr.Interface(
|