Clean up
This commit is contained in:
@@ -366,9 +366,8 @@ def list_interface_input_elements(chat=False):
|
|||||||
|
|
||||||
def gather_interface_values(*args):
|
def gather_interface_values(*args):
|
||||||
output = {}
|
output = {}
|
||||||
for i, el in enumerate(shared.input_elements):
|
for i, element in enumerate(shared.input_elements):
|
||||||
output[el] = args[i]
|
output[element] = args[i]
|
||||||
print(output)
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user