MaxLSB commited on
Commit
9147972
·
verified ·
1 Parent(s): ea01ae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ demo = gr.ChatInterface(
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"],
63
- ],
64
  )
65
 
66
  if __name__ == "__main__":
 
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, jusqu'au jour où", [], 128, 0.7, 0.9],
63
+ ]
64
  )
65
 
66
  if __name__ == "__main__":