AaronWu901225 commited on
Commit
d4df246
·
verified ·
1 Parent(s): 88fd8df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def app():
102
  )
103
  gr.Examples(
104
  examples=[
105
- ["simple_plain_pikachu_by_titanplakinside_dexx027.png", 50, 200, 50, 200, 50, 200]
106
  ],
107
  inputs=[input_image, r_min, r_max, g_min, g_max, b_min, b_max],
108
  outputs=adjusted_result,
 
102
  )
103
  gr.Examples(
104
  examples=[
105
+ ["simple_plain_pikachu_by_titanplakinside_dexx027.png", 0, 255, 0, 255, 255, 255]
106
  ],
107
  inputs=[input_image, r_min, r_max, g_min, g_max, b_min, b_max],
108
  outputs=adjusted_result,