ysharma HF Staff commited on
Commit
6bff05f
·
verified ·
1 Parent(s): bf43419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- {"text": "Hello",
15
- "files": ["https://i.natgeofe.com/n/5f35194b-af37-4f45-a14d-60925b280986/NationalGeographic_2731043_square.jpg"]}
 
 
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,