Skip to content

Commit a5553ad

Browse files
committed
Update api.py
1 parent 2cbf9b4 commit a5553ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ def invocations(self, req: models.InvocationsRequest):
11001100

11011101

11021102
if 'user_input_data' in globals():
1103-
global user_input_data
1103+
# global user_input_data
11041104
if user_input_data['workflow'] in ["style", "image"]:
11051105
print(f"In {user_input_data['workflow']}")
11061106

0 commit comments

Comments
 (0)