Spaces:
Running on Zero
Running on Zero
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)
|