Ifeanyi commited on
Commit
2d1711e
1 Parent(s): 39d1cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def ImageChat(image):
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
 
 
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