kevinwang676
commited on
Commit
•
a212032
1
Parent(s):
632bc60
Update settings.py
Browse files- settings.py +1 -0
settings.py
CHANGED
@@ -13,3 +13,4 @@ ALLOW_CHANGING_BASE_MODEL = os.getenv("SPACE_ID") != "hysts/ControlNet-v1-1"
|
|
13 |
SHOW_DUPLICATE_BUTTON = os.getenv("SHOW_DUPLICATE_BUTTON") == "1"
|
14 |
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
13 |
SHOW_DUPLICATE_BUTTON = os.getenv("SHOW_DUPLICATE_BUTTON") == "1"
|
14 |
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
+
out1 = gr.Image(label="Output Image", type="pil", interactive=True)
|