williambr commited on
Commit
61f27f3
1 Parent(s): e509ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,4 +79,5 @@ 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, 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)
83
+ #Not by William Brooks