docs: environ snippet should use quotes

pull/363/head
Michael Wei 2023-06-20 09:11:58 -07:00
parent 6cd7f0ccd7
commit 470d4cb9ee
1 changed files with 2 additions and 2 deletions

View File

@ -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?