Ifeanyi commited on
Commit
4feaa93
·
verified ·
1 Parent(s): 39c6037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -27,10 +27,7 @@ app = gr.Interface(ImageChat,
27
  outputs = gr.Text(label = "Chat"),
28
  examples = ["drums.jpg",
29
  "desk.jpg",
30
- "clown.png",
31
- "What is the image about?",
32
- "How many items are in this image?",
33
- "Give me 5 facts about this image"],
34
  title = "Image Chat",
35
  theme = gr.themes.Soft())
36
 
 
27
  outputs = gr.Text(label = "Chat"),
28
  examples = ["drums.jpg",
29
  "desk.jpg",
30
+ "clown.png"],
 
 
 
31
  title = "Image Chat",
32
  theme = gr.themes.Soft())
33