fffiloni commited on
Commit
ef02d53
·
verified ·
1 Parent(s): eaadc4b

Update app_df.py

Browse files
Files changed (1) hide show
  1. app_df.py +2 -1
app_df.py CHANGED
@@ -131,6 +131,7 @@ model_options = ["Skywork/SkyReels-V2-DF-1.3B-540P"] # Update if there are more
131
  with gr.Blocks() as demo:
132
  with gr.Column():
133
  gr.Markdown("# SkyReels V2")
 
134
 
135
  with gr.Row():
136
 
@@ -139,7 +140,7 @@ with gr.Blocks() as demo:
139
  prompt = gr.Textbox(label="Prompt")
140
  model_id = gr.Dropdown(choices=model_options, value=model_options[0], label="Model ID")
141
  resolution = gr.Radio(choices=resolution_options, value="540P", label="Resolution", interactive=False)
142
- num_frames = gr.Slider(minimum=16, maximum=200, value=97, step=1, label="Number of Frames")
143
  image = gr.Image(type="filepath", label="Input Image (optional)")
144
 
145
  with gr.Accordion("Advanced Settings", open=False):
 
131
  with gr.Blocks() as demo:
132
  with gr.Column():
133
  gr.Markdown("# SkyReels V2")
134
+ gr.Markdown("Infinite-Length Film Generation")
135
 
136
  with gr.Row():
137
 
 
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=10, label="Number of Frames")
144
  image = gr.Image(type="filepath", label="Input Image (optional)")
145
 
146
  with gr.Accordion("Advanced Settings", open=False):