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