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