Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,11 +126,7 @@ def main():
|
|
126 |
examples=[
|
127 |
[
|
128 |
"A serene night scene in a forested area. [...] The video is a time-lapse, capturing the transition from day to night, with the lake and forest serving as a constant backdrop."
|
129 |
-
],
|
130 |
-
[
|
131 |
-
"A soaring drone footage captures the majestic beauty of a coastal cliff, [...] The water gently laps at the rock base and the greenery that clings to the top of the cliff."
|
132 |
-
],
|
133 |
-
|
134 |
],
|
135 |
fn=run_inference,
|
136 |
inputs=[prompt_text,],
|
|
|
126 |
examples=[
|
127 |
[
|
128 |
"A serene night scene in a forested area. [...] The video is a time-lapse, capturing the transition from day to night, with the lake and forest serving as a constant backdrop."
|
129 |
+
],
|
|
|
|
|
|
|
|
|
130 |
],
|
131 |
fn=run_inference,
|
132 |
inputs=[prompt_text,],
|