crrodrvi commited on
Commit
8cef31e
·
verified ·
1 Parent(s): 98d474b

Update app.py

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