Bofandra commited on
Commit
a72e1e7
1 Parent(s): e9d50ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.ChatInterface(
55
  label="Top-p (nucleus sampling)",
56
  ),
57
  ],
 
58
  )
59
 
60
 
 
55
  label="Top-p (nucleus sampling)",
56
  ),
57
  ],
58
+ examples=[{"text": "hello"}, {"text": "hola"}, {"text": "merhaba"}],
59
  )
60
 
61