Spaces:
Running
Running
auth info t2i
Browse files
caller.py
CHANGED
@@ -73,6 +73,7 @@ class SeedT2ICaller():
|
|
73 |
data={
|
74 |
'AlgoType': 1,
|
75 |
'ReqJson': req_json,
|
|
|
76 |
}
|
77 |
)
|
78 |
logger.info(f"header: {response.headers}")
|
|
|
73 |
data={
|
74 |
'AlgoType': 1,
|
75 |
'ReqJson': req_json,
|
76 |
+
'AuthInfo': authInfo
|
77 |
}
|
78 |
)
|
79 |
logger.info(f"header: {response.headers}")
|