Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ additional_inputs = [
|
|
108 |
interactive=True,
|
109 |
label="Manual Seed",
|
110 |
info="A starting point to initiate the generation process",
|
111 |
-
|
112 |
),
|
113 |
]
|
114 |
|
|
|
108 |
interactive=True,
|
109 |
label="Manual Seed",
|
110 |
info="A starting point to initiate the generation process",
|
111 |
+
visible=manual_seed_hidden
|
112 |
),
|
113 |
]
|
114 |
|