multimodalart HF Staff commited on
Commit
b46562e
·
verified ·
1 Parent(s): d445b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,14 +74,14 @@ with gr.Blocks(css=css) as demo:
74
  )
75
  with gr.Row():
76
  guidance_scale = gr.Slider(
77
- label="Distilled Guidance scale",
78
  minimum=1.0,
79
  maximum=10.0,
80
  step=0.1,
81
  value=1.0, #Replace with defaults that work for your model
82
  )
83
  true_guidance = gr.Slider(
84
- label="True CFG scale",
85
  minimum=1.0,
86
  maximum=10.0,
87
  step=0.1,
 
74
  )
75
  with gr.Row():
76
  guidance_scale = gr.Slider(
77
+ label="Distilled Guidance",
78
  minimum=1.0,
79
  maximum=10.0,
80
  step=0.1,
81
  value=1.0, #Replace with defaults that work for your model
82
  )
83
  true_guidance = gr.Slider(
84
+ label="True CFG",
85
  minimum=1.0,
86
  maximum=10.0,
87
  step=0.1,