fffiloni commited on
Commit
1539ee6
1 Parent(s): a68d434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ def infer(source_img, prompt):
53
 
54
  print("Great sylvain ! Everything is working fine !")
55
 
56
- title="Paint Stable Diffusion CPU"
57
- description="Img-2-Img Stable Diffusion example using CPU and the beta color-sketch gradio tool. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b>"
58
  custom_css = "style.css"
59
 
60
  gr.Interface(fn=infer, inputs=[source_img, "text"], outputs=gallery,title=title,description=description,css=custom_css).queue(max_size=100).launch(enable_queue=True)
53
 
54
  print("Great sylvain ! Everything is working fine !")
55
 
56
+ title="Touch of Paint Stable Diffusion CPU"
57
+ description="Img-2-Img Stable Diffusion example using CPU and the beta color-sketch on uploaded gradio tool. <br />Warning: Slow process... ~5/10 min inference time. <b>NSFW filter enabled.</b>"
58
  custom_css = "style.css"
59
 
60
  gr.Interface(fn=infer, inputs=[source_img, "text"], outputs=gallery,title=title,description=description,css=custom_css).queue(max_size=100).launch(enable_queue=True)