awacke1 commited on
Commit
38af002
·
1 Parent(s): c182b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ with demo:
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)
 
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, enable_queue=True)