Besimplestudio commited on
Commit
e7ca56f
·
verified ·
1 Parent(s): c2d14ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ interface = gr.Interface(
126
  gr.Slider(minimum=0.1, maximum=3, step=0.1, value=1, label="Contrast")
127
  ],
128
  outputs=gr.Image(type="pil", label="Sketch Output"),
129
- title="Image to Sketch Converter",
130
  description="Upload an image to convert it into a sketch, adjust the blur strength, brightness, and contrast for different effects."
131
  )
132
 
 
126
  gr.Slider(minimum=0.1, maximum=3, step=0.1, value=1, label="Contrast")
127
  ],
128
  outputs=gr.Image(type="pil", label="Sketch Output"),
129
+ title="Image to coloring page Converter",
130
  description="Upload an image to convert it into a sketch, adjust the blur strength, brightness, and contrast for different effects."
131
  )
132