fffiloni commited on
Commit
7bcfcfb
1 Parent(s): ec4ad71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def infer(ref_video_in, ref_image_in):
102
 
103
  demo = gr.Interface(
104
  fn = infer,
105
- inputs = [gr.Video(type="filepath"), gr.Image(type="filepath")],
106
  outputs = [gr.Textbox()]
107
  )
108
 
 
102
 
103
  demo = gr.Interface(
104
  fn = infer,
105
+ inputs = [gr.Video(), gr.Image(type="filepath")],
106
  outputs = [gr.Textbox()]
107
  )
108