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