DmitrMakeev commited on
Commit
d92822b
1 Parent(s): 23aa956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def diffusion_app():
41
  StableDiffusionControlNetInpaintGenerator.app()
42
 
43
  app.queue(concurrency_count=1)
44
- app.launch(debug=True, enable_queue=True)
45
 
46
 
47
  if __name__ == "__main__":
 
41
  StableDiffusionControlNetInpaintGenerator.app()
42
 
43
  app.queue(concurrency_count=1)
44
+ app.launch(debug=True, max_threads=True, share=True, inbrowser=True)
45
 
46
 
47
  if __name__ == "__main__":