abidlabs HF Staff commited on
Commit
8223ca5
·
verified ·
1 Parent(s): 5aa350d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ def echo(message, history):
7
 
8
  demo = gr.ChatInterface(
9
  fn=echo,
10
- examples=[{"text": "hello"}, {"text": "hola"}, {"text": "merhaba"}],
11
  title="Echo Bot",
12
  multimodal=True,
13
  )
 
7
 
8
  demo = gr.ChatInterface(
9
  fn=echo,
 
10
  title="Echo Bot",
11
  multimodal=True,
12
  )