Ifeanyi commited on
Commit
39d1cd6
·
verified ·
1 Parent(s): 34a99a9

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):
25
  app = gr.Interface(ImageChat,
26
  inputs = gr.Image(label = "Image"),
27
  outputs = gr.Text(label = "Story"),
 
28
  title = "Image-To-Story",
29
  theme = gr.themes.Soft())
30
 
 
25
  app = gr.Interface(ImageChat,
26
  inputs = gr.Image(label = "Image"),
27
  outputs = gr.Text(label = "Story"),
28
+ examples = ["Rubiks cube.jpg","giraffe.jpg","street.jpg"],
29
  title = "Image-To-Story",
30
  theme = gr.themes.Soft())
31