Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed Mar 25, 2024
1 parent 4ce5690 commit ec7c5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shepardtts/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec7c5ac

Please sign in to comment.