Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
b1af849
1
Parent(s):
096ac3e
Update app.py
Browse files
app.py
CHANGED
@@ -269,6 +269,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
269 |
value=8, step=1, interactive=True)
|
270 |
n_frames = gr.Slider(label='Num frames', minimum=20, maximum=200,
|
271 |
value=40, step=1, interactive=True)
|
|
|
|
|
272 |
|
273 |
with gr.TabItem('Plug-and-Plat Parameters'):
|
274 |
with gr.Column(min_width=100):
|
|
|
269 |
value=8, step=1, interactive=True)
|
270 |
n_frames = gr.Slider(label='Num frames', minimum=20, maximum=200,
|
271 |
value=40, step=1, interactive=True)
|
272 |
+
n_timesteps = gr.Slider(label='Diffusion steps', minimum=25, maximum=100,
|
273 |
+
value=50, step=1, interactive=True)
|
274 |
|
275 |
with gr.TabItem('Plug-and-Plat Parameters'):
|
276 |
with gr.Column(min_width=100):
|