haoheliu commited on
Commit
50bdb19
1 Parent(s): 7f243f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -195,8 +195,8 @@ with iface:
195
  duration = gr.Slider(2.5, 10, value=5, step=2.5, label="Duration (seconds)")
196
  guidance_scale = gr.Slider(
197
  0,
198
- 4,
199
- value=2.5,
200
  step=0.5,
201
  label="Guidance scale",
202
  info="Large => better quality and relevancy to text; Small => better diversity",
195
  duration = gr.Slider(2.5, 10, value=5, step=2.5, label="Duration (seconds)")
196
  guidance_scale = gr.Slider(
197
  0,
198
+ 5,
199
+ value=3.5,
200
  step=0.5,
201
  label="Guidance scale",
202
  info="Large => better quality and relevancy to text; Small => better diversity",