seawolf2357 commited on
Commit
51890ee
·
verified ·
1 Parent(s): c2e93cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ if not os.path.exists('gallery'):
279
  # 데이터베이스 초기화
280
  init_db()
281
 
282
- with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
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():