improved auth tip

pull/533/head
Jingyi 2024-03-08 08:54:17 +08:00
parent 86c43ebcee
commit 898c9304d5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class CloudAuthLoader:
def update_gradio_auth(self):
from modules import shared
if not shared.demo:
print('shared.demo not set yet, cannot update auth temporarily')
print('shared.demo not set yet or in API mode, not update auth temporarily')
return
user_cred_str = self.create_config()
if user_cred_str: