Nick088 commited on
Commit
f895a0b
·
verified ·
1 Parent(s): 05fed0b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ additional_inputs = [
116
  interactive=True,
117
  label="Seed",
118
  info="A starting point to initiate the generation process",
119
- visible={'True' if random_seed else 'False'}
120
  ),
121
  gr.Radio(
122
  choices=["fp32", "fp16"],
 
116
  interactive=True,
117
  label="Seed",
118
  info="A starting point to initiate the generation process",
119
+ visible={'False' if random_seed else 'True'}
120
  ),
121
  gr.Radio(
122
  choices=["fp32", "fp16"],