Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|