hanzla commited on
Commit
538f7a3
·
1 Parent(s): 0ee390b

sliders added

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -82,9 +82,10 @@ iface = gr.Interface(
82
  ],
83
  outputs=gr.Video(label="Generated Video"),
84
  examples = [
85
- ["a cat playing with a ball of yarn", "blurry", 7.5, 16, []],
86
  ["a dog running in a field", "dark, indoors", 8.0, 16, ["pan-left", "tilt-up"]],
87
- ]
 
88
  )
89
 
90
  iface.launch()
 
82
  ],
83
  outputs=gr.Video(label="Generated Video"),
84
  examples = [
85
+ ["Dark urban ambiance, woman walking, neon lights, rain, wet floor, high quality", "bad quality", 7.5, 16, []],
86
  ["a dog running in a field", "dark, indoors", 8.0, 16, ["pan-left", "tilt-up"]],
87
+ ],
88
+ cache_examples=True
89
  )
90
 
91
  iface.launch()