Move all gradio elements to shared (so that extensions can use them)
This commit is contained in:
parent
0a3590da8c
commit
65326b545a
6 changed files with 127 additions and 124 deletions
|
@ -13,7 +13,7 @@ def load_extensions():
|
|||
print(f'Loading the extension "{name}"... ', end='')
|
||||
exec(f"import extensions.{name}.script")
|
||||
state[name] = [True, i]
|
||||
print(f'Ok.')
|
||||
print('Ok.')
|
||||
|
||||
# This iterator returns the extensions in the order specified in the command-line
|
||||
def iterator():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue