muneebable commited on
Commit
6208f5f
·
verified ·
1 Parent(s): 4b28f25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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