Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ def echo(message, history):
|
|
4 |
return message["text"]
|
5 |
|
6 |
demo = gr.ChatInterface(fn=echo,
|
7 |
-
examples=[{"text": "hello", "files":["https://
|
8 |
-
{"text": "hola", "files":["https://
|
9 |
{"text": "merhaba", "files":["https://miro.medium.com/v2/resize:fit:930/1*OaV5eb_DRNIJQal_B7-YDQ.jpeg"]},
|
10 |
{"text": "ok", "files":["https://www.gradio.app/_app/immutable/assets/header-image.DJQS6l6U.jpg"]},
|
11 |
{"text": "Why?", "files":["https://miro.medium.com/v2/da:true/resize:fit:1024/1*iJArJfAGlqMj7Uz7OU-Hdw.gif"]},
|
|
|
4 |
return message["text"]
|
5 |
|
6 |
demo = gr.ChatInterface(fn=echo,
|
7 |
+
examples=[{"text": "hello", "files":["https://miro.medium.com/v2/resize:fit:930/1*OaV5eb_DRNIJQal_B7-YDQ.jpeg"]},
|
8 |
+
{"text": "hola", "files":["https://miro.medium.com/v2/resize:fit:930/1*OaV5eb_DRNIJQal_B7-YDQ.jpeg"]},
|
9 |
{"text": "merhaba", "files":["https://miro.medium.com/v2/resize:fit:930/1*OaV5eb_DRNIJQal_B7-YDQ.jpeg"]},
|
10 |
{"text": "ok", "files":["https://www.gradio.app/_app/immutable/assets/header-image.DJQS6l6U.jpg"]},
|
11 |
{"text": "Why?", "files":["https://miro.medium.com/v2/da:true/resize:fit:1024/1*iJArJfAGlqMj7Uz7OU-Hdw.gif"]},
|