test fix
Browse files
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={'
|
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"],
|