Spaces:
Paused
Paused
Commit
·
7f13fe5
1
Parent(s):
830114f
chore: change advanced settings text
Browse filesSigned-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>
- demos/run_gradio_demo.py +2 -2
demos/run_gradio_demo.py
CHANGED
|
@@ -579,8 +579,8 @@ with gr.Blocks(
|
|
| 579 |
# --- ADVANCED SETTINGS ---
|
| 580 |
with gr.Accordion("Advanced Settings", open=False):
|
| 581 |
with gr.Row():
|
| 582 |
-
target_up = gr.Radio(["Y-up", "Z-up"], value="Y-up", label="
|
| 583 |
-
reference_up = gr.Radio(["Y-up", "Z-up"], value="Y-up", label="
|
| 584 |
|
| 585 |
with gr.Row():
|
| 586 |
cfg_strength = gr.Slider(0.1, 10.0, value=5.0, step=0.1, label="CFG Strength")
|
|
|
|
| 579 |
# --- ADVANCED SETTINGS ---
|
| 580 |
with gr.Accordion("Advanced Settings", open=False):
|
| 581 |
with gr.Row():
|
| 582 |
+
target_up = gr.Radio(["Y-up", "Z-up"], value="Y-up", label="Structure Mesh Up-Axis")
|
| 583 |
+
reference_up = gr.Radio(["Y-up", "Z-up"], value="Y-up", label="Appearance Mesh Up-Axis")
|
| 584 |
|
| 585 |
with gr.Row():
|
| 586 |
cfg_strength = gr.Slider(0.1, 10.0, value=5.0, step=0.1, label="CFG Strength")
|