Skip to content

Commit

Permalink
docs: environ snippet should use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Jun 20, 2023
1 parent 6cd7f0c commit 470d4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ If you are interested, you can sign up for early access [here](https://3os84zs17

```python
import os
os.environ["SUNO_OFFLOAD_CPU"] = True
os.environ["SUNO_USE_SMALL_MODELS"] = True
os.environ["SUNO_OFFLOAD_CPU"] = "True"
os.environ["SUNO_USE_SMALL_MODELS"] = "True"
```

#### My generated audio sounds like a 1980s phone call. What's happening?
Expand Down

0 comments on commit 470d4cb

Please sign in to comment.