Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- 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="
|
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)
|