Tzktz commited on
Commit
89ebe1c
1 Parent(s): 8bccf9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -181,6 +181,7 @@ demo = gr.Interface(
181
 
182
  ],
183
  title=title,
 
184
 
185
  )
186
 
 
181
 
182
  ],
183
  title=title,
184
+ examples=[["input.png", True, True, 2, 0.5]]
185
 
186
  )
187