diff --git a/shepardtts/settings.py b/shepardtts/settings.py index 37166c2..6e09de9 100644 --- a/shepardtts/settings.py +++ b/shepardtts/settings.py @@ -14,4 +14,4 @@ GRADIO_EXAMPLES_CACHE = os.environ.get("GRADIO_EXAMPLES_CACHE", "/tmp/") # noqa: S108 SECRET_KEY = os.environ.get("SECRET_KEY", "changeme") -DUMMY = os.environ.get("DUMMY", False) # If set, do not load the model +DUMMY = os.environ.get("DUMMY", False) # If set, do not load the model