Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,8 @@ demo = gr.Interface(
|
|
| 30 |
gr.Textbox(placeholder="Enter sentence here..."),
|
| 31 |
["highlight", "json", "html"],
|
| 32 |
examples=[
|
| 33 |
-
["
|
| 34 |
-
["
|
| 35 |
],
|
| 36 |
)
|
| 37 |
|
|
|
|
| 30 |
gr.Textbox(placeholder="Enter sentence here..."),
|
| 31 |
["highlight", "json", "html"],
|
| 32 |
examples=[
|
| 33 |
+
["faire un bon rêve"],
|
| 34 |
+
["toi et moi pour toujours"],
|
| 35 |
],
|
| 36 |
)
|
| 37 |
|