Spaces:
Sleeping
Sleeping
Update app_df.py
Browse files
app_df.py
CHANGED
|
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
|
|
| 140 |
prompt = gr.Textbox(label="Prompt")
|
| 141 |
model_id = gr.Dropdown(choices=model_options, value=model_options[0], label="Model ID")
|
| 142 |
resolution = gr.Radio(choices=resolution_options, value="540P", label="Resolution", interactive=False)
|
| 143 |
-
num_frames = gr.Slider(minimum=17, maximum=257, value=97, step=
|
| 144 |
image = gr.Image(type="filepath", label="Input Image (optional)")
|
| 145 |
|
| 146 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 140 |
prompt = gr.Textbox(label="Prompt")
|
| 141 |
model_id = gr.Dropdown(choices=model_options, value=model_options[0], label="Model ID")
|
| 142 |
resolution = gr.Radio(choices=resolution_options, value="540P", label="Resolution", interactive=False)
|
| 143 |
+
num_frames = gr.Slider(minimum=17, maximum=257, value=97, step=20, label="Number of Frames")
|
| 144 |
image = gr.Image(type="filepath", label="Input Image (optional)")
|
| 145 |
|
| 146 |
with gr.Accordion("Advanced Settings", open=False):
|