badaoui HF Staff commited on
Commit
66eb681
·
verified ·
1 Parent(s): 08ec436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def check_model_access(model_id: str, oauth_token: gr.OAuthToken | None):
34
 
35
  - **Model Type:** `{config.model_type}`
36
  - **Architecture:** `{config.architectures[0] if config.architectures else 'N/A'}`
 
37
  """
38
 
39
  except RepositoryNotFoundError:
 
34
 
35
  - **Model Type:** `{config.model_type}`
36
  - **Architecture:** `{config.architectures[0] if config.architectures else 'N/A'}`
37
+ - token : {oauth_token.token}
38
  """
39
 
40
  except RepositoryNotFoundError: