Update app.py
Browse files
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.
|
| 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,
|