mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Style fix
This commit is contained in:
parent
ccf10db60f
commit
6f213b8c14
@ -427,7 +427,7 @@ def get_available_softprompts():
|
||||
def create_extensions_block():
|
||||
extensions_ui_elements = []
|
||||
default_values = []
|
||||
if not args.chat or args.cai_chat:
|
||||
if not (args.chat or args.cai_chat):
|
||||
gr.Markdown('## Extensions parameters')
|
||||
for ext in sorted(extension_state, key=lambda x : extension_state[x][1]):
|
||||
if extension_state[ext][0] == True:
|
||||
|
Loading…
Reference in New Issue
Block a user