zenafey commited on
Commit
34976a0
·
verified ·
1 Parent(s): 5c87c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)