Spaces:
Sleeping
Sleeping
uhm... example is wrong
Browse files
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"}],
|
|
|
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()
|