gerasdf commited on
Commit
6547462
·
verified ·
1 Parent(s): 45cec28

uhm... example is wrong

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