Skip to content

Commit

Permalink
♻️ fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 authored and mishig25 committed Nov 26, 2023
1 parent 4752ef9 commit ede0e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/hub/models-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ You can add an icon in the [lib/Icons](https://github.com/huggingface/huggingfac

Once the task is in production, what could be more exciting than implementing some way for users to play directly with the models in their browser? 🤩 You can find all the widgets [here](https://huggingface.co/spaces/huggingfacejs/inference-widgets).

If you would be interested in contributing with a widget, you can look at the [implementation](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets/src/lib/components/InferenceWidget/widgets) of all the widgets.
If you would be interested in contributing with a widget, you can look at the [implementation](https://github.com/huggingface/huggingface.js/tree/main/packages/widgets) of all the widgets.
2 changes: 1 addition & 1 deletion docs/hub/models-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ widget:
- src: nested/directory/sample1.flac
```

We provide example inputs for some languages and most widget types in [the DefaultWidget.ts file](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/default-widget-inputs.ts). If some examples are missing, we welcome PRs from the community to add them!
We provide example inputs for some languages and most widget types in [the default-widget-inputs.ts file](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/default-widget-inputs.ts). If some examples are missing, we welcome PRs from the community to add them!

## Example outputs

Expand Down

0 comments on commit ede0e8a

Please sign in to comment.