Spaces:
Sleeping
Sleeping
baseline08_beta01.3_28Sept25: fixing oauth_token, log get-login_token
Browse files- ui/gradio_ui.py +2 -0
ui/gradio_ui.py
CHANGED
|
@@ -87,6 +87,8 @@ def convert_batch(
|
|
| 87 |
|
| 88 |
# get token from logged-in user:
|
| 89 |
api_token = get_login_token(api_token_gr)
|
|
|
|
|
|
|
| 90 |
|
| 91 |
try:
|
| 92 |
##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.
|
|
|
|
| 87 |
|
| 88 |
# get token from logged-in user:
|
| 89 |
api_token = get_login_token(api_token_gr)
|
| 90 |
+
##SMY: Strictly debug. Must not be live
|
| 91 |
+
logger.log(level=30, msg="Commencing: get_login_token", extra={"api_token]": api_token, "api_token_gr": api_token_gr})
|
| 92 |
|
| 93 |
try:
|
| 94 |
##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.
|