Skip to content

Commit

Permalink
fix: corrected text
Browse files Browse the repository at this point in the history
  • Loading branch information
ValchanOficial committed Dec 12, 2024
1 parent caf71ea commit cfd32d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-12-11-music-generation-with-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ model = MusicGen.get_pretrained('facebook/musicgen-small')
model.set_generation_params(duration=8)
```

- Crio uma área de texto para a informar o prompt da música
- Crio uma área de texto para informar o prompt da música

```python
description = Textarea(value='', placeholder='Give a music prompt', disabled=False, rows=4)
Expand Down

0 comments on commit cfd32d3

Please sign in to comment.