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