Ifeanyi commited on
Commit
b3717b6
1 Parent(s): 7985feb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def ImageChat(image):
23
 
24
 
25
  app = gr.Interface(ImageChat,
26
- inputs = gr.Image(),
27
- outputs = gr.Text(),
28
  title = "Image-To-Story",
29
  theme = gr.themes.Soft())
30
 
 
23
 
24
 
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