Spaces:
Runtime error
Runtime error
K. S. Ernest (iFire) Lee
commited on
Update gradio_app.py to use original keyframes.
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -252,7 +252,7 @@ with block:
|
|
252 |
with gr.Accordion(label='Step 2: Generate Key Frames', open=True):
|
253 |
with gr.Row():
|
254 |
with gr.Column():
|
255 |
-
input_undo_steps = gr.Dropdown(label="Operation Steps", value=[
|
256 |
choices=list(range(1000)), multiselect=True)
|
257 |
seed = gr.Slider(label='Stage 1 Seed', minimum=0, maximum=50000, step=1, value=12345)
|
258 |
image_width = gr.Slider(label="Image Width", minimum=256, maximum=1024, value=512, step=64)
|
|
|
252 |
with gr.Accordion(label='Step 2: Generate Key Frames', open=True):
|
253 |
with gr.Row():
|
254 |
with gr.Column():
|
255 |
+
input_undo_steps = gr.Dropdown(label="Operation Steps", value=[400, 600, 800, 900, 950, 999],
|
256 |
choices=list(range(1000)), multiselect=True)
|
257 |
seed = gr.Slider(label='Stage 1 Seed', minimum=0, maximum=50000, step=1, value=12345)
|
258 |
image_width = gr.Slider(label="Image Width", minimum=256, maximum=1024, value=512, step=64)
|