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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,6 +26,7 @@ app = gr.Interface(ImageChat,
26
  inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
27
  outputs = gr.Text(label = "Response"),
28
  title = "Image Chat",
29
- theme = "Taithrah/Minimal")
 
30
 
31
  app.launch()
 
26
  inputs = [gr.Image(label = "Image"), gr.Text(label = "Prompt")],
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()