Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def infer(video_in):
|
|
103 |
|
104 |
return final_vid, files
|
105 |
|
106 |
-
inputs = [gr.
|
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"
|