LiquidoNoNewtoniano commited on
Commit
b6f0ac0
1 Parent(s): 210ba53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ description = ""
44
  interface = gr.Interface(
45
  fn=text_to_video,
46
  inputs=gr.inputs.Image(type="pil"),
47
- outputs=gr.Video(video_frames),
48
  title=title,
49
  description=description,
50
 
 
44
  interface = gr.Interface(
45
  fn=text_to_video,
46
  inputs=gr.inputs.Image(type="pil"),
47
+ outputs=gr.Video(),
48
  title=title,
49
  description=description,
50