Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,10 @@ def count_files(message, history):
|
|
11 |
demo = gr.ChatInterface(fn=count_files,
|
12 |
type="messages",
|
13 |
examples=[
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
],
|
17 |
title="Echo Bot",
|
18 |
multimodal=True,
|
|
|
11 |
demo = gr.ChatInterface(fn=count_files,
|
12 |
type="messages",
|
13 |
examples=[
|
14 |
+
{"text": "Hello",
|
15 |
+
"files": ["https://i.natgeofe.com/n/5f35194b-af37-4f45-a14d-60925b280986/NationalGeographic_2731043_square.jpg"]},
|
16 |
+
{"test": "another one with webp",
|
17 |
+
"files":["https://marketing.legal/files/AMBX545453KPG5T/images/wm-robot/waiter.webp"]},
|
18 |
],
|
19 |
title="Echo Bot",
|
20 |
multimodal=True,
|