Skip to content

Commit 3e2d49e

Browse files
committed
fix screenshot
1 parent d73d268 commit 3e2d49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-inference/register-as-a-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ or "text-to-image". It is indicated prominently on model pages, here:
2828

2929
<div class="flex justify-center">
3030
<picture>
31-
<source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/pipeline-tag-on-model-page-dark.png">
32-
<img media="(prefers-color-scheme: light)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/pipeline-tag-on-model-page-light.png" alt="Pipeline tag on model page">
31+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/pipeline-tag-on-model-page-light.png">
32+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/pipeline-tag-on-model-page-dark.png">
3333
</picture>
3434
</div>
3535

0 commit comments

Comments
 (0)