Spaces:
Running
Running
seawolf2357
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -164,13 +164,7 @@ interface = grad.Interface(
|
|
164 |
allow_flagging='never',
|
165 |
cache_examples=False,
|
166 |
css=custom_css,
|
167 |
-
theme=
|
168 |
-
primary_hue="purple",
|
169 |
-
secondary_hue="purple",
|
170 |
-
neutral_hue="gray",
|
171 |
-
radius_size="lg",
|
172 |
-
shadow_size="lg"
|
173 |
-
)
|
174 |
)
|
175 |
|
176 |
# Launch the interface
|
|
|
164 |
allow_flagging='never',
|
165 |
cache_examples=False,
|
166 |
css=custom_css,
|
167 |
+
theme="dark" # 테마 설정을 간단히 "dark"로 변경
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
)
|
169 |
|
170 |
# Launch the interface
|