Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
|
|
| 224 |
outputs=[video_stage2],
|
| 225 |
fn=enhance,
|
| 226 |
run_on_click=False,
|
| 227 |
-
cache_examples=
|
| 228 |
)
|
| 229 |
|
| 230 |
gr.Examples(examples=examples_2,
|
|
@@ -232,9 +232,9 @@ with gr.Blocks() as demo:
|
|
| 232 |
outputs=[video_stage2],
|
| 233 |
fn=enhance,
|
| 234 |
run_on_click=False,
|
| 235 |
-
cache_examples=
|
| 236 |
-
preprocess=False,
|
| 237 |
-
postprocess=True,
|
| 238 |
)
|
| 239 |
|
| 240 |
run_button_stage2.click(fn=enhance, inputs=inputs_v2v, outputs=video_stage2,)
|
|
|
|
| 224 |
outputs=[video_stage2],
|
| 225 |
fn=enhance,
|
| 226 |
run_on_click=False,
|
| 227 |
+
cache_examples=False,
|
| 228 |
)
|
| 229 |
|
| 230 |
gr.Examples(examples=examples_2,
|
|
|
|
| 232 |
outputs=[video_stage2],
|
| 233 |
fn=enhance,
|
| 234 |
run_on_click=False,
|
| 235 |
+
cache_examples=False,
|
| 236 |
+
# preprocess=False,
|
| 237 |
+
# postprocess=True,
|
| 238 |
)
|
| 239 |
|
| 240 |
run_button_stage2.click(fn=enhance, inputs=inputs_v2v, outputs=video_stage2,)
|