Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def app():
|
|
| 102 |
)
|
| 103 |
gr.Examples(
|
| 104 |
examples=[
|
| 105 |
-
["simple_plain_pikachu_by_titanplakinside_dexx027.png",
|
| 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,
|