akhaliq HF staff commited on
Commit
dbc0293
1 Parent(s): eeea55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,"video","video",title=title,description=description,examples=examples).launch(enable_queue=True)
 
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)