Ifeanyi commited on
Commit
a90f03e
·
verified ·
1 Parent(s): 93afd70

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
- example = ["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()