LiquidoNoNewtoniano commited on
Commit
6c08d2a
1 Parent(s): 7cf322e

Update app.py

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