renatotn7 commited on
Commit
75e23a6
·
1 Parent(s): b007e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ article = "<p style='text-align: center'><a href='https://huggingface.co/spaces/
51
 
52
  gr.Interface(
53
  inference,
54
- [gr.inputs.Image(type="filepath", label="Input")],
55
  gr.outputs.Image(type="pil", label="Output"),
56
  title=title,
57
  description=description,
 
51
 
52
  gr.Interface(
53
  inference,
54
+ [gr.inputs.Video(type="filepath", label="Input")],
55
  gr.outputs.Image(type="pil", label="Output"),
56
  title=title,
57
  description=description,