Spaces:
Running
on
Zero
Running
on
Zero
seawolf2357
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,7 @@ if not os.path.exists('gallery'):
|
|
279 |
# 데이터베이스 초기화
|
280 |
init_db()
|
281 |
|
282 |
-
with gr.Blocks(theme="
|
283 |
selected_index = gr.State(None)
|
284 |
|
285 |
with gr.Tabs():
|
|
|
279 |
# 데이터베이스 초기화
|
280 |
init_db()
|
281 |
|
282 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as app:
|
283 |
selected_index = gr.State(None)
|
284 |
|
285 |
with gr.Tabs():
|