Skip to content

Commit 661ddac

Browse files
committed
fixup! ♻️ fix links
1 parent 272aa42 commit 661ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/models-adding-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We recommend adding a code snippet to explain how to use a model in your downstr
8888
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/code_snippet-dark.png"/>
8989
</div>
9090

91-
Add a code snippet by updating the [Libraries Typescript file](https://github.com/huggingface/huggingface.js/blob/f11543e81b409a062a47a4c03225bf4fcd4c72c1/packages/tasks/src/library-ui-elements.ts) with instructions for your model. For example, the [Asteroid](https://huggingface.co/asteroid-team) integration includes a brief code snippet for how to load and use an Asteroid model:
91+
Add a code snippet by updating the [Libraries Typescript file](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/library-ui-elements.ts) with instructions for your model. For example, the [Asteroid](https://huggingface.co/asteroid-team) integration includes a brief code snippet for how to load and use an Asteroid model:
9292

9393
```typescript
9494
const asteroid = (model: ModelData) =>

0 commit comments

Comments
 (0)