Nick088 commited on
Commit
dc34787
·
verified ·
1 Parent(s): 2081242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- visibility=manual_seed_hidden
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