MaxLSB commited on
Commit
0a364b2
·
verified ·
1 Parent(s): 6909ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -56,12 +56,12 @@ demo = gr.ChatInterface(
56
  gr.Slider(0.1, 2.0, value=0.7, step=0.1, label="Temperature"),
57
  gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top‑p"),
58
  ],
59
- title="LeCarnet-8M: Short French Stories",
60
  description="Type the beginning of a sentence and watch the model finish it.",
61
  examples = [
62
- ["Il était une fois un petit garçon qui vivait dans un village paisible.", 512, 0.7, 0.9],
63
- ["Il était une fois une grenouille qui rêvait de toucher les étoiles chaque nuit depuis son étang.", 512, 0.7, 0.9],
64
- ["Il était une fois un petit lapin perdu", 512, 0.7, 0.9],
65
  ],
66
  cache_examples=False,
67
  )
 
56
  gr.Slider(0.1, 2.0, value=0.7, step=0.1, label="Temperature"),
57
  gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top‑p"),
58
  ],
59
+ title="LeCarnet-8M",
60
  description="Type the beginning of a sentence and watch the model finish it.",
61
  examples = [
62
+ ["Il était une fois un petit garçon qui vivait dans un village paisible."],
63
+ ["Il était une fois une grenouille qui rêvait de toucher les étoiles chaque nuit depuis son étang."],
64
+ ["Il était une fois un petit lapin perdu"],
65
  ],
66
  cache_examples=False,
67
  )