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

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="Cartoon 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 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