Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -525,4 +525,4 @@ with gr.Blocks(css=css) as demo:
|
|
525 |
outputs=[input_seq, task_name, mask_input, seed_input, output_face, output_res]
|
526 |
)
|
527 |
|
528 |
-
demo.queue().launch(show_api=False, show_error=True)
|
|
|
525 |
outputs=[input_seq, task_name, mask_input, seed_input, output_face, output_res]
|
526 |
)
|
527 |
|
528 |
+
demo.queue().launch(show_api=False, show_error=True, ssr_mode=False)
|