Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsalaBangash authored Dec 8, 2023
1 parent 3f5a95e commit 8c1c18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ await hf.audioClassification({

Generates natural-sounding speech from text input.

Check out an [inetractive tutorial](https://scrimba.com/scrim/co8da4d23b49b648f77f4848a?pl=pkVnrP7uP)
[Interactive tutorial](https://scrimba.com/scrim/co8da4d23b49b648f77f4848a?pl=pkVnrP7uP)

```typescript
await hf.textToSpeech({
Expand Down Expand Up @@ -351,7 +351,7 @@ await hf.textToImage({

Image-to-image is the task of transforming a source image to match the characteristics of a target image or a target image domain.

Check out an [inetractive tutorial](https://scrimba.com/scrim/co4834bf9a91cc81cfab07969?pl=pkVnrP7uP)
[Interactive tutorial](https://scrimba.com/scrim/co4834bf9a91cc81cfab07969?pl=pkVnrP7uP)

```typescript
await hf.imageToImage({
Expand Down

0 comments on commit 8c1c18c

Please sign in to comment.