Spaces:
Running
Running
harlanhong
commited on
Commit
•
491daa7
1
Parent(s):
d726718
first
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ gr.Interface(
|
|
50 |
inference,
|
51 |
[
|
52 |
gr.inputs.Image(type="pil", label="Source Image"),
|
53 |
-
gr.inputs.Video(label="Driving Video"),
|
54 |
],
|
55 |
gr.outputs.Video(type="mp4", label="Output"),
|
56 |
title=title,
|
|
|
50 |
inference,
|
51 |
[
|
52 |
gr.inputs.Image(type="pil", label="Source Image"),
|
53 |
+
gr.inputs.Video(type='mp4',label="Driving Video"),
|
54 |
],
|
55 |
gr.outputs.Video(type="mp4", label="Output"),
|
56 |
title=title,
|