Spaces:
Paused
Paused
Update app.py
Browse files
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():
|