Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -267,7 +267,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 267 |
with gr.Row():
|
| 268 |
condition = gr.Dropdown(label="Condition", choices=["depth", "canny", "pose"], value="depth")
|
| 269 |
seed = gr.Number(label="seed", value=42)
|
| 270 |
-
inference_steps = gr.Slider(label="Inference steps", minimum=25, maximum=50, step=1, value=25)
|
| 271 |
submit_btn = gr.Button("Submit")
|
| 272 |
with gr.Column():
|
| 273 |
video_res = gr.Video(label="result", elem_id="video-out")
|
|
|
|
| 267 |
with gr.Row():
|
| 268 |
condition = gr.Dropdown(label="Condition", choices=["depth", "canny", "pose"], value="depth")
|
| 269 |
seed = gr.Number(label="seed", value=42)
|
|
|
|
| 270 |
submit_btn = gr.Button("Submit")
|
| 271 |
with gr.Column():
|
| 272 |
video_res = gr.Video(label="result", elem_id="video-out")
|