MaxLSB commited on
Commit
999df08
·
verified ·
1 Parent(s): 37765a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -56,8 +56,11 @@ 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="Prefix Completion Demo",
60
  description="Type the beginning of a sentence and watch the model finish it.",
 
 
 
61
  )
62
 
63
  if __name__ == "__main__":
 
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="Short French Stories Generation",
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"],
63
+ ],
64
  )
65
 
66
  if __name__ == "__main__":