We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c9678 commit 2fe746cCopy full SHA for 2fe746c
tts_webui/utils/setup_or_recover.py
@@ -53,7 +53,7 @@ def get_suno_env(name):
53
54
env = "# This file gets updated automatically from the UI\n\n"
55
env += "# If you wish to manually specify any ENV variables, please do so in the .env.user file\n"
56
- env += "# The variables in in .env.user will take PRIORITY!\n\n"
+ env += "# The variables in .env.user will take PRIORITY!\n\n"
57
58
env += env_entry(
59
"SUNO_USE_SMALL_MODELS",
0 commit comments