Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|