fffiloni commited on
Commit
60532e3
·
verified ·
1 Parent(s): 24178fc

Update app_df.py

Browse files
Files changed (1) hide show
  1. app_df.py +2 -2
app_df.py CHANGED
@@ -133,7 +133,7 @@ gr.Interface(
133
  inputs=[
134
  gr.Textbox(label="Prompt"),
135
  gr.Dropdown(choices=model_options, value=model_options[0], label="Model ID"),
136
- gr.Radio(choices=resolution_options, value="540P", label="Resolution"),
137
  gr.Slider(minimum=16, maximum=200, value=97, step=1, label="Number of Frames"),
138
  gr.Image(type="filepath", label="Input Image (optional)"),
139
  gr.Number(label="AR Step", value=0),
@@ -156,4 +156,4 @@ gr.Interface(
156
  ],
157
  outputs=gr.Video(label="Generated Video"),
158
  title="SkyReels V2 Diffusion Forcing"
159
- ).launch()
 
133
  inputs=[
134
  gr.Textbox(label="Prompt"),
135
  gr.Dropdown(choices=model_options, value=model_options[0], label="Model ID"),
136
+ gr.Radio(choices=resolution_options, value="540P", label="Resolution", interactive=False),
137
  gr.Slider(minimum=16, maximum=200, value=97, step=1, label="Number of Frames"),
138
  gr.Image(type="filepath", label="Input Image (optional)"),
139
  gr.Number(label="AR Step", value=0),
 
156
  ],
157
  outputs=gr.Video(label="Generated Video"),
158
  title="SkyReels V2 Diffusion Forcing"
159
+ ).launch(show_error=True, show_api=False, share=False)