ksh123k commited on
Commit
f045730
ยท
verified ยท
1 Parent(s): 4cd335f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -96,14 +96,15 @@ def run_inference(input_img, alpha=0.5):
96
 
97
  # ๋‹คํฌ ํ…Œ๋งˆ ์ •์˜
98
  custom_theme = gr.themes.Soft(
99
- primary_hue="blue",
100
- secondary_hue="indigo",
101
- neutral_hue="slate").set(
102
- body_background_fill="#0f172a",
103
- body_text_color="#e2e8f0",
104
- button_primary_background_fill="#2563eb",
105
- button_primary_text_color="white",
106
- block_background_fill="#1e293b",
 
107
  )
108
 
109
  demo = gr.Interface(
 
96
 
97
  # ๋‹คํฌ ํ…Œ๋งˆ ์ •์˜
98
  custom_theme = gr.themes.Soft(
99
+ primary_hue="emerald", # ๋ฉ”์ธ ์ƒ‰์ƒ: ์ฒญ๋ก๋น› ์ดˆ๋ก
100
+ secondary_hue="teal", # ๋ณด์กฐ ์ƒ‰์ƒ: ์ง„ํ•œ ์ฒญ๋ก
101
+ neutral_hue="slate" # ๊ธฐ๋ณธ ํ†ค ์œ ์ง€ (์–ด๋‘์šด ํšŒ์ƒ‰๊ณ„์—ด)
102
+ ).set(
103
+ body_background_fill="#0f172a", # ์–ด๋‘์šด ๋ฐฐ๊ฒฝ ์œ ์ง€ (๋‹คํฌ๋ชจ๋“œ)
104
+ body_text_color="#e2f1e8", # ์‚ด์ง ์ดˆ๋ก๋น›์ด ๋„๋Š” ๋ฐ์€ ํ…์ŠคํŠธ
105
+ button_primary_background_fill="#10b981", # ๋ฉ”์ธ ๋ฒ„ํŠผ์ƒ‰ (emerald-500)
106
+ button_primary_text_color="#ffffff", # ๋ฒ„ํŠผ ์•ˆ ๊ธ€์ž์ƒ‰ (ํฐ์ƒ‰)
107
+ block_background_fill="#1a2e25", # ๋ธ”๋ก ์˜์—ญ: ์ง™์€ ๋…น์ƒ‰ ํ†ค ๋ฐฐ๊ฒฝ
108
  )
109
 
110
  demo = gr.Interface(