Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ title="SkyAR"
|
|
16 |
description="SkyAR is a visual method for sky replacement and coordination in video, which mainly consists of three cores: sky matting network, motion estimation and image fusion."
|
17 |
|
18 |
examples=[['rabbit.jpeg']]
|
19 |
-
gr.Interface(inference,"
|
|
|
16 |
description="SkyAR is a visual method for sky replacement and coordination in video, which mainly consists of three cores: sky matting network, motion estimation and image fusion."
|
17 |
|
18 |
examples=[['rabbit.jpeg']]
|
19 |
+
gr.Interface(inference,gr.inputs.Video(type="mp4"),"video",title=title,description=description,examples=examples).launch(enable_queue=True)
|