kadirnar commited on
Commit
ea3dd1d
1 Parent(s): e4d340f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -123,10 +123,7 @@ def main():
123
  outputs=output_video
124
  )
125
  gr.Examples(
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,],
 
123
  outputs=output_video
124
  )
125
  gr.Examples(
126
+ examples=[["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.",],
 
 
 
127
  ],
128
  fn=run_inference,
129
  inputs=[prompt_text,],