rhfeiyang commited on
Commit
fc792db
·
1 Parent(s): 4e1b757
Files changed (1) hide show
  1. hf_demo.py +1 -1
hf_demo.py CHANGED
@@ -192,7 +192,7 @@ with block:
192
  height="auto",
193
  scale=1,
194
  )
195
- start_timestep = gr.Slider(label="Adapter Timestep", minimum=0, maximum=1000, value=800, step=1)
196
  with gr.Row():
197
  btn_style_ori = gr.Button("Art-Free Stylize", scale=1)
198
  btn_style_art = gr.Button("Artistic Stylize", scale=1)
 
192
  height="auto",
193
  scale=1,
194
  )
195
+ start_timestep = gr.Slider(label="Timestep start from:", minimum=0, maximum=1000, value=800, step=1)
196
  with gr.Row():
197
  btn_style_ori = gr.Button("Art-Free Stylize", scale=1)
198
  btn_style_art = gr.Button("Artistic Stylize", scale=1)