Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(
|
|
61 |
inputs=inputs,
|
62 |
outputs=outputs,
|
63 |
examples=[
|
64 |
-
["#BB2266", 3],["#44CCAA", 5] # You can provide some example inputs to get people started
|
65 |
],
|
66 |
)
|
67 |
|
|
|
61 |
inputs=inputs,
|
62 |
outputs=outputs,
|
63 |
examples=[
|
64 |
+
["#BB2266", 3, 'assets/image.webp'],["#44CCAA", 5, 'assets/image (1).webp'] # You can provide some example inputs to get people started
|
65 |
],
|
66 |
)
|
67 |
|