diff options
author | AngelBottomless <35677394+aria1th@users.noreply.github.com> | 2022-11-04 15:51:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 15:51:09 +0900 |
commit | 179702adc40cc8d9c97ae883ee9d0f7c79076047 (patch) | |
tree | 34b166971e0d8b5b2b8a7ec631d7395072f3f218 /scripts/custom_code.py | |
parent | 0d07cbfa15d34294a4fa22d74359cdd6fe2f799c (diff) | |
parent | f2b69709eaff88fc3a2bd49585556ec0883bf5ea (diff) |
Merge branch 'AUTOMATIC1111:master' into force-push-patch-13
Diffstat (limited to 'scripts/custom_code.py')
-rw-r--r-- | scripts/custom_code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/custom_code.py b/scripts/custom_code.py index a9b10c09..22e7b77a 100644 --- a/scripts/custom_code.py +++ b/scripts/custom_code.py @@ -14,7 +14,7 @@ class Script(scripts.Script): return cmd_opts.allow_code
def ui(self, is_img2img):
- code = gr.Textbox(label="Python code", visible=False, lines=1)
+ code = gr.Textbox(label="Python code", lines=1)
return [code]
|