Spaces:
Runtime error
Runtime error
sliders added
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ iface = gr.Interface(
|
|
82 |
],
|
83 |
outputs=gr.Video(label="Generated Video"),
|
84 |
examples = [
|
85 |
-
["
|
86 |
["Nature, farms, mountains in background, drone shot, high quality","bad quality" ,8.0, 16, []],
|
87 |
],
|
88 |
cache_examples=True
|
|
|
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
|