diff options
author | dhwz <dhwz@gmx.net> | 2023-08-05 14:07:57 +0000 |
---|---|---|
committer | dhwz <dhwz@gmx.net> | 2023-08-05 14:07:57 +0000 |
commit | 1f7fc4d7a350c38121af84527873bf8a40643fe3 (patch) | |
tree | 106a1d4eb9c5c0dc8a95519ed9cabceccc5fac8a /modules/shared.py | |
parent | 8ece321df34af982164a8a38bfa67c2f26484bc8 (diff) | |
download | stable-diffusion-webui-gfx803-1f7fc4d7a350c38121af84527873bf8a40643fe3.tar.gz stable-diffusion-webui-gfx803-1f7fc4d7a350c38121af84527873bf8a40643fe3.tar.bz2 stable-diffusion-webui-gfx803-1f7fc4d7a350c38121af84527873bf8a40643fe3.zip |
fix whitespace
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index 14cef51f..9530d80e 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -79,7 +79,7 @@ gradio_hf_hub_themes = [ "step-3-profit/Midnight-Deep",
"Taithrah/Minimal",
"ysharma/huggingface",
- "ysharma/steampunk"
+ "ysharma/steampunk"
]
|