Commit
·
7b81f6d
1
Parent(s):
d8b1bc1
fix link
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ How did we find this information? We performed a regular expression match on you
|
|
182 |
|
183 |
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
|
184 |
|
185 |
-
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot) by request of [{opened_by}](https://huggingface.co/{opened_by}).
|
186 |
|
187 |
|
188 |
def update_metadata(metadata_payload: Dict[str, str], user_making_request=None):
|
|
|
182 |
|
183 |
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
|
184 |
|
185 |
+
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot) by request of [{opened_by}](https://huggingface.co/{opened_by})."""
|
186 |
|
187 |
|
188 |
def update_metadata(metadata_payload: Dict[str, str], user_making_request=None):
|