Kims12 commited on
Commit
841fb88
ยท
verified ยท
1 Parent(s): 0bee58f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, default=50, label="ํ•„ํ„ฐ ๊ฐ•๋„")
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="์ด๋ฏธ์ง€ ํ•„ํ„ฐ ๋ฐ ํ‘๋ฐฑ ๋ณ€ํ™˜๊ธฐ",