1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Replace messages that have empty backquotes (#738)

Replace message with empty backquotes.

This was part of #733, I was too slow to review :)
This commit is contained in:
Pedro Cuenca
2022-10-05 20:16:30 +02:00
committed by GitHub
parent 19e559d5e9
commit 5493524b71

View File

@@ -198,7 +198,8 @@ def get_cached_module_file(
<Tip>
Passing `` is required when you want to use a private model.
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
</Tip>
@@ -306,7 +307,8 @@ def get_class_from_dynamic_module(
<Tip>
Passing `` is required when you want to use a private model.
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
</Tip>