Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ with gr.Blocks() as demo:
|
|
63 |
|
64 |
run_button.click(fn=run_face_swap, inputs=[source_image, target_image], outputs=result)
|
65 |
|
66 |
-
demo.queue(max_size=20, api_open=False).launch(max_threads=400)
|
|
|
63 |
|
64 |
run_button.click(fn=run_face_swap, inputs=[source_image, target_image], outputs=result)
|
65 |
|
66 |
+
demo.queue(max_size=20, api_open=False).launch(show_api=False, max_threads=400)
|