Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit dca3110

Browse files
committed
fix typo
1 parent eaffeb8 commit dca3110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Then we can test the audio generation again with:
531531
curl -X POST http://localhost:4001/audio/test -d "Okay this is cool, but let's wait and see what comes next"
532532
```
533533

534-
You should get a similiar result to before. The main difference is that the model will be downloaded and cached in a nitric bucket before the audio generation starts.
534+
You should get a similar result to before. The main difference is that the model will be downloaded and cached in a nitric bucket before the audio generation starts.
535535

536536
## Defining our service docker images
537537

0 commit comments

Comments
 (0)