Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|