Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ app = gr.Interface(ImageChat,
|
|
27 |
outputs = gr.Text(label = "Response"),
|
28 |
title = "Image Chat",
|
29 |
theme = "Taithrah/Minimal",
|
30 |
-
examples = ["clown.png","desk.jpg","drums.jpg"])
|
31 |
|
32 |
app.launch()
|
|
|
27 |
outputs = gr.Text(label = "Response"),
|
28 |
title = "Image Chat",
|
29 |
theme = "Taithrah/Minimal",
|
30 |
+
examples = [["clown.png"],["desk.jpg"],["drums.jpg"]])
|
31 |
|
32 |
app.launch()
|