Spaces:
Runtime error
Runtime error
Commit
·
d5895ee
1
Parent(s):
5de60ed
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ gr.Interface(
|
|
22 |
theme="grass",
|
23 |
outputs=gr.Textbox(),
|
24 |
examples=[
|
25 |
-
["
|
26 |
],
|
27 |
-
title="
|
28 |
description=description
|
29 |
).launch()
|
|
|
22 |
theme="grass",
|
23 |
outputs=gr.Textbox(),
|
24 |
examples=[
|
25 |
+
["J'adore la tartiflette","Je déteste les choux à la crème"],
|
26 |
],
|
27 |
+
title="Votre phrase est-elle négative ou positive?",
|
28 |
description=description
|
29 |
).launch()
|