Ifeanyi commited on
Commit
11f0c83
·
verified ·
1 Parent(s): 4ae92ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def ImageChat(image, prompt):
25
  app = gr.Interface(ImageChat,
26
  inputs = [gr.Image(), gr.Text()],
27
  outputs = gr.Text(),
 
28
  title = "Image Chat",
29
  theme = gr.themes.Soft())
30
 
 
25
  app = gr.Interface(ImageChat,
26
  inputs = [gr.Image(), gr.Text()],
27
  outputs = gr.Text(),
28
+ examples = ["drums.jpg","desk.jpg","clown.png"],
29
  title = "Image Chat",
30
  theme = gr.themes.Soft())
31