Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ interface2 = gr.Interface(
|
|
45 |
fn = analyser_sentiment_camembert,
|
46 |
inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
|
47 |
outputs=gr.Textbox(label='Output'),
|
48 |
-
title="Analyse de Sentiment avec
|
49 |
description="Entrez un tweet en français pour obtenir son sentiment."
|
50 |
)
|
51 |
|
|
|
45 |
fn = analyser_sentiment_camembert,
|
46 |
inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
|
47 |
outputs=gr.Textbox(label='Output'),
|
48 |
+
title="Analyse de Sentiment avec camembert",
|
49 |
description="Entrez un tweet en français pour obtenir son sentiment."
|
50 |
)
|
51 |
|