fffiloni commited on
Commit
8658821
1 Parent(s): 5149f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def infer(video_in):
103
 
104
  return final_vid, files
105
 
106
- inputs = [gr.Image(label="Input", source="upload", type="filepath")]
107
  outputs = [gr.Video(label="output"),
108
  gr.Files(label="Download Video")]
109
  title = "LaMa Image Inpainting"
 
103
 
104
  return final_vid, files
105
 
106
+ inputs = [gr.Video(label="Input", source="upload", type="filepath")]
107
  outputs = [gr.Video(label="output"),
108
  gr.Files(label="Download Video")]
109
  title = "LaMa Image Inpainting"