islasher commited on
Commit
d07f51e
·
verified ·
1 Parent(s): 7e6a6f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -131,10 +131,10 @@ generator, kp_detector = load_checkpoints(
131
  iface = gr.Interface(
132
  inference,
133
  [
134
- gr.inputs.Video(type="mp4"),
135
- gr.inputs.Image(type="filepath"),
136
  ],
137
- outputs=gr.outputs.Video(label="Output Video"),
138
  examples=examples,
139
  enable_queue=True,
140
  title=title,
 
131
  iface = gr.Interface(
132
  inference,
133
  [
134
+ gr.Video(type="mp4"),
135
+ gr.Image(type="filepath"),
136
  ],
137
+ outputs=gr.Video(label="Output Video"),
138
  examples=examples,
139
  enable_queue=True,
140
  title=title,