Skip to content

Commit b269417

Browse files
Adding Missing Links
1 parent 8662734 commit b269417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2022-7-15-introducing-the-playtorch-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In December, we announced PyTorch Live, a toolkit for building AI-powered mobile
1515

1616
The PlayTorch team is excited to announce that we have partnered with [Expo](https://expo.dev) to change the way AI powered mobile experiences are built. Our new release simplifies the process of building mobile AI experiences by eliminating the need for a complicated development environment. You will now be able to build cross platform AI powered prototypes from the very browser you are using to read this blog.
1717

18-
In order to make this happen, we are releasing the [PlayTorch app](...) which is able to run AI-powered experiences built in the [Expo Snack](https://snack.expo.dev/@playtorch/playtorch-starter?supportedPlatforms=my-device) web based code editor.
18+
In order to make this happen, we are releasing the [PlayTorch app](https://playtorch.dev/) which is able to run AI-powered experiences built in the [Expo Snack](https://snack.expo.dev/@playtorch/playtorch-starter?supportedPlatforms=my-device) web based code editor.
1919

2020
<p align="center">
2121
<img src="/assets/images/2022-7-15-introducing-the-playtorch-app-1.gif" width="100%">
@@ -62,7 +62,7 @@ With this JSI API, we now allow users direct access to tensors (data format for
6262

6363
No more switching back and forth between code and config. You will now be able to write everything in JavaScript and have access to all of the type annotations and autocomplete features available to you in those languages.
6464

65-
Check out our [tutorials](https://playtorch.dev/tutorials) to see the new Data Processing API in action, take a deeper dive in the [API docs](https://playtorch.dev/docs/api/core/), or inspect the code yourself on [GitHub](...).
65+
Check out our [tutorials](https://playtorch.dev/tutorials) to see the new Data Processing API in action, take a deeper dive in the [API docs](https://playtorch.dev/docs/api/core/), or inspect the code yourself on [GitHub](https://github.com/facebookresearch/playtorch).
6666

6767
### Expanded Use Cases
6868

0 commit comments

Comments
 (0)