Haiyu Wu
commited on
Commit
·
5ad5062
1
Parent(s):
3192730
update
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def main():
|
|
194 |
# num8 = gr.Number(label="Dimension 8", value=0, minimum=0, maximum=511, step=1)
|
195 |
|
196 |
random_seed = gr.Number(label="Random Seed", value=42, minimum=0, maximum=MAX_SEED, step=1)
|
197 |
-
target_quality = gr.Slider(label="Minimum Quality", minimum=22, maximum=
|
198 |
|
199 |
with gr.Row():
|
200 |
random_perturbation = gr.Checkbox(label="Random Perturbation")
|
|
|
194 |
# num8 = gr.Number(label="Dimension 8", value=0, minimum=0, maximum=511, step=1)
|
195 |
|
196 |
random_seed = gr.Number(label="Random Seed", value=42, minimum=0, maximum=MAX_SEED, step=1)
|
197 |
+
target_quality = gr.Slider(label="Minimum Quality", minimum=22, maximum=30, step=1, value=24)
|
198 |
|
199 |
with gr.Row():
|
200 |
random_perturbation = gr.Checkbox(label="Random Perturbation")
|