Surn commited on
Commit
fa50602
·
verified ·
1 Parent(s): 318752a

Amend Theme

Browse files

Fix theme addition

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -472,8 +472,8 @@ def ui(**kwargs):
472
  if share:
473
  launch_kwargs['share'] = share
474
  launch_kwargs['favicon_path']= "./assets/favicon.ico"
475
-
476
-
477
 
478
  demo.queue(max_size=10, concurrency_count=1, api_open=False).launch(**launch_kwargs)
479
 
 
472
  if share:
473
  launch_kwargs['share'] = share
474
  launch_kwargs['favicon_path']= "./assets/favicon.ico"
475
+ launch_kwargs['theme']= "Surn/Beeuty"
476
+
477
 
478
  demo.queue(max_size=10, concurrency_count=1, api_open=False).launch(**launch_kwargs)
479