Manjushri commited on
Commit
29ea107
·
verified ·
1 Parent(s): 6faffce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ def genie(image):
24
  frames = pipe(image).images[0]
25
  return frames
26
 
27
- gr.Interface(fn=genie, inputs='image', outputs=gr.Video()).launch(debug=True, max_threads=80)
 
24
  frames = pipe(image).images[0]
25
  return frames
26
 
27
+ gr.Interface(fn=genie, inputs=gr.Image(type="pil"), outputs=gr.Video()).launch(debug=True, max_threads=80)