Update app.py
Browse files
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:
|