Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ demo = gr.ChatInterface(fn=echo,
|
|
14 |
{"text": "Now!", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]},
|
15 |
{"text": "Cool", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]}],
|
16 |
title="Echo Bot",
|
17 |
-
|
18 |
demo.launch()
|
|
|
14 |
{"text": "Now!", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]},
|
15 |
{"text": "Cool", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]}],
|
16 |
title="Echo Bot",
|
17 |
+
)
|
18 |
demo.launch()
|