Spaces:
Runtime error
Runtime error
Antoine245
commited on
Commit
·
2bdc418
1
Parent(s):
d5895ee
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,9 @@ gr.Interface(
|
|
19 |
inputs=[
|
20 |
gr.inputs.Textbox(lines=1, placeholder="Enter text",)
|
21 |
],
|
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
|
|
|
19 |
inputs=[
|
20 |
gr.inputs.Textbox(lines=1, placeholder="Enter text",)
|
21 |
],
|
|
|
22 |
outputs=gr.Textbox(),
|
23 |
examples=[
|
24 |
+
["J'adore la tartiflette","Je déteste les choux à la crème",],
|
25 |
],
|
26 |
title="Votre phrase est-elle négative ou positive?",
|
27 |
description=description
|