Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ def ImageChat(image, prompt):
|
|
25 |
app = gr.Interface(ImageChat,
|
26 |
inputs = [gr.Image(), gr.Text()],
|
27 |
outputs = gr.Text(),
|
|
|
28 |
title = "Image Chat",
|
29 |
theme = gr.themes.Soft())
|
30 |
|
|
|
25 |
app = gr.Interface(ImageChat,
|
26 |
inputs = [gr.Image(), gr.Text()],
|
27 |
outputs = gr.Text(),
|
28 |
+
examples = ["drums.jpg","desk.jpg","clown.png"],
|
29 |
title = "Image Chat",
|
30 |
theme = gr.themes.Soft())
|
31 |
|