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

Update app.py

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