suvadityamuk commited on
Commit
7f13fe5
·
1 Parent(s): 830114f

chore: change advanced settings text

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

Files changed (1) hide show
  1. 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="Target Mesh Up-Axis")
583
- reference_up = gr.Radio(["Y-up", "Z-up"], value="Y-up", label="Ref 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")
 
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")