fffiloni commited on
Commit
2228b2f
·
verified ·
1 Parent(s): e2f096c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -87,11 +87,11 @@ with gr.Blocks() as demo:
87
  ["./assets/examples/real_3.mp4", False],
88
  ["./assets/examples/real_4.mp4", False]
89
  ],
90
- fn = infer,
91
  inputs = [input_video, is_cropped_and_aligned],
92
- outputs = [result_video, error_output],
93
- run_on_click = False,
94
- cache_examples = "lazy"
95
  )
96
 
97
  with gr.Column():
 
87
  ["./assets/examples/real_3.mp4", False],
88
  ["./assets/examples/real_4.mp4", False]
89
  ],
90
+ #fn = infer,
91
  inputs = [input_video, is_cropped_and_aligned],
92
+ #outputs = [result_video, error_output],
93
+ #run_on_click = False,
94
+ #cache_examples = "lazy"
95
  )
96
 
97
  with gr.Column():