Spaces:
Sleeping
Sleeping
Amend Theme
Browse filesFix theme addition
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 |
|