awacke1 commited on
Commit
c182b67
·
1 Parent(s): 50757da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,5 +78,5 @@ with demo:
78
  output_interpolation = gr.Video(label="Generated Video")
79
 
80
  button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
81
-
82
- demo.launch(debug=True, enable_queue=True)
 
78
  output_interpolation = gr.Video(label="Generated Video")
79
 
80
  button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
81
+ examples=[["Three yellow nape amazon parrots dance and celebrate a birthday."],["Two horses trot together across a sunset landscape green field"]]
82
+ demo.launch(debug=True, examples=examples, enable_queue=True)