Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(
|
|
69 |
["Grayscale", "Soft Glow", "Portrait Enhancer", "Warm Tone", "Cold Tone", "High-Key", "Low-Key", "Haze"],
|
70 |
label="ํํฐ ์ ํ"
|
71 |
),
|
72 |
-
gr.Slider(minimum=1, maximum=100,
|
73 |
],
|
74 |
outputs=["image", "file"],
|
75 |
title="์ด๋ฏธ์ง ํํฐ ๋ฐ ํ๋ฐฑ ๋ณํ๊ธฐ",
|
|
|
69 |
["Grayscale", "Soft Glow", "Portrait Enhancer", "Warm Tone", "Cold Tone", "High-Key", "Low-Key", "Haze"],
|
70 |
label="ํํฐ ์ ํ"
|
71 |
),
|
72 |
+
gr.Slider(minimum=1, maximum=100, value=50, label="ํํฐ ๊ฐ๋")
|
73 |
],
|
74 |
outputs=["image", "file"],
|
75 |
title="์ด๋ฏธ์ง ํํฐ ๋ฐ ํ๋ฐฑ ๋ณํ๊ธฐ",
|