fffiloni commited on
Commit
0566b42
·
1 Parent(s): aaa8826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ print("Great sylvain ! Everything is working fine !")
55
  title="Img2Img Stable Diffusion CPU"
56
  description="Img2Img Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b>"
57
 
58
- gr.Interface(fn=infer, inputs=["text", source_img], outputs=gallery,title=title,description=description).queue(max_size=4).launch(enable_queue=True)
 
55
  title="Img2Img Stable Diffusion CPU"
56
  description="Img2Img Stable Diffusion example using CPU and HF token. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b>"
57
 
58
+ gr.Interface(fn=infer, inputs=["text", source_img], outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)