mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
major requirements refactor
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -99,6 +99,8 @@ def reload_gradio_theme():
|
||||
theme_name = 'black-teal'
|
||||
elif modules.shared.opts.theme_type == 'Modern':
|
||||
theme_name = 'Default'
|
||||
elif modules.shared.opts.theme_type == 'None':
|
||||
theme_name = 'gradio/default'
|
||||
else:
|
||||
modules.shared.opts.theme_type = 'Standard'
|
||||
theme_name = 'black-teal'
|
||||
|
||||
Reference in New Issue
Block a user