hanzla commited on
Commit
5c8bb38
1 Parent(s): d6dbd51

sliders added

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ iface = gr.Interface(
82
  ],
83
  outputs=gr.Video(label="Generated Video"),
84
  examples = [
85
- ["Urban ambiance, man walking, neon lights, rain, wet floor, high quality", "bad quality", 7.5, 16, []],
86
- ["Nature, farms, mountains in background, drone shot, high quality","bad quality" ,8.0, 16, []],
87
  ],
88
  cache_examples=True
89
  )
 
82
  ],
83
  outputs=gr.Video(label="Generated Video"),
84
  examples = [
85
+ ["Urban ambiance, man walking, neon lights, rain, wet floor, high quality", "bad quality", 7.5, 24, []],
86
+ ["Nature, farms, mountains in background, drone shot, high quality","bad quality" ,8.0, 24, []],
87
  ],
88
  cache_examples=True
89
  )