Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,9 +99,9 @@ with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
|
99 |
)
|
100 |
gr.Examples(
|
101 |
examples=[
|
102 |
-
["Il était une fois un petit
|
103 |
-
["
|
104 |
-
["Il était une fois un petit
|
105 |
],
|
106 |
inputs=msg_input,
|
107 |
label="Example Prompts"
|
|
|
99 |
)
|
100 |
gr.Examples(
|
101 |
examples=[
|
102 |
+
["Il était une fois un petit renard nommé Roux. Roux aimait jouer dans la forêt."],
|
103 |
+
["Dans un petit village, il y avait un jardin magnifique."],
|
104 |
+
["Il était une fois un petit garçon nommé Tom. Tom aimait beaucoup dessiner."],
|
105 |
],
|
106 |
inputs=msg_input,
|
107 |
label="Example Prompts"
|