Skip to content

Commit

Permalink
feat: add video tutorial link (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo1912 authored Jun 13, 2023
1 parent 11a241b commit 4e32d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ModelCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ export default function ModelCard(props: PropsWithChildren<ModelCardProps>) {
You can use this model in your application through our API. All
you need to do is to sign in and get a token.
</p>
<p>
<a href="https://youtu.be/jV6cP0PyRY0">
Watch this tutorial to help you get started!
</a>
</p>
<div className="text-center">
<a
className="btn btn-outline btn-active"
Expand Down

0 comments on commit 4e32d65

Please sign in to comment.