kadirnar commited on
Commit
29635c0
1 Parent(s): 59cc0d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ demo_outputs = gr.outputs.Video(type="gif", label="Output")
68
 
69
  examples = [
70
  ["a panda is surfing", 8, 416, 416, 50, 7.5],
71
- ["a flower blooming", 5, 416, 416, 50, 50],
72
  ]
73
 
74
  description = "This generates video from an input text, using [one-shot tuning of diffusion models](https://arxiv.org/abs/2212.11565). To use it, simply input a text."
 
68
 
69
  examples = [
70
  ["a panda is surfing", 8, 416, 416, 50, 7.5],
71
+ ["a flower blooming", 5, 416, 416, 50, 7.5],
72
  ]
73
 
74
  description = "This generates video from an input text, using [one-shot tuning of diffusion models](https://arxiv.org/abs/2212.11565). To use it, simply input a text."