Spaces:
Runtime error
Runtime error
sliders added
Browse files
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,
|
86 |
-
["Nature, farms, mountains in background, drone shot, high quality","bad quality" ,8.0,
|
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 |
)
|