Ifeanyi commited on
Commit
6412151
1 Parent(s): a90f03e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ app = gr.Interface(ImageChat,
27
  outputs = gr.Text(label = "Response"),
28
  title = "Image Chat",
29
  theme = "Taithrah/Minimal",
30
- examples = ["clown.png","desk.jpg","drums.jpg"])
31
 
32
  app.launch()
 
27
  outputs = gr.Text(label = "Response"),
28
  title = "Image Chat",
29
  theme = "Taithrah/Minimal",
30
+ examples = [["clown.png"],["desk.jpg"],["drums.jpg"]])
31
 
32
  app.launch()