rahul7star commited on
Commit
1a00eda
·
verified ·
1 Parent(s): 8565695

Update app_torch.py

Browse files
Files changed (1) hide show
  1. app_torch.py +1 -1
app_torch.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Kandinsky 5.0 T2V (robust load)")
252
  with gr.Column(scale=2):
253
  mode = gr.Radio(["video", "image"], value="video", label="Mode")
254
  prompt = gr.Textbox(label="Prompt", value="A dog in red boots")
255
- duration = gr.Slider(1, 10, step=1, value=5, label="Duration (s)")
256
  width = gr.Radio([512, 768], value=768, label="Width")
257
  height = gr.Radio([512, 768], value=512, label="Height")
258
  steps = gr.Slider(4, 50, step=1, value=10, label="Sampling Steps")
 
252
  with gr.Column(scale=2):
253
  mode = gr.Radio(["video", "image"], value="video", label="Mode")
254
  prompt = gr.Textbox(label="Prompt", value="A dog in red boots")
255
+ duration = gr.Slider(1, 10, step=1, value=2, label="Duration (s)")
256
  width = gr.Radio([512, 768], value=768, label="Width")
257
  height = gr.Radio([512, 768], value=512, label="Height")
258
  steps = gr.Slider(4, 50, step=1, value=10, label="Sampling Steps")