Update app.py
Browse files
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="
|
| 100 |
-
secondary_hue="
|
| 101 |
-
neutral_hue="slate")
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
|
|
|
| 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(
|