Culda commited on
Commit
da3d31b
·
1 Parent(s): 9f0a758

disable queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
  description="Upload an image and a mask, then provide a prompt to generate an inpainted image.",
95
  )
96
 
97
- demo.launch(debug=True)
98
 
99
  # import gradio as gr
100
  # import numpy as np
 
94
  description="Upload an image and a mask, then provide a prompt to generate an inpainted image.",
95
  )
96
 
97
+ demo.launch(debug=True, show_api=False, enable_queue=False)
98
 
99
  # import gradio as gr
100
  # import numpy as np