mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix global
This commit is contained in:
parent
099d7a844b
commit
81c9d130f2
@ -37,6 +37,7 @@ def apply_extensions(text, typ):
|
|||||||
return text
|
return text
|
||||||
|
|
||||||
def create_extensions_block():
|
def create_extensions_block():
|
||||||
|
global setup_called
|
||||||
# Updating the default values
|
# Updating the default values
|
||||||
for extension, name in iterator():
|
for extension, name in iterator():
|
||||||
if hasattr(extension, 'params'):
|
if hasattr(extension, 'params'):
|
||||||
|
Loading…
Reference in New Issue
Block a user