Spaces:
Runtime error
Runtime error
AnkitGaur2811
commited on
Commit
·
c7985b6
1
Parent(s):
5a286cc
Update removed some errors
Browse files
app.py
CHANGED
@@ -178,8 +178,8 @@ Image_conversion = gr.Interface(
|
|
178 |
gr.Image( tool="select",label="Image to Convert", show_label=True),
|
179 |
gr.Dropdown( choices = ["Pencil sketch","Painting","Cartoon"],label="Type to convert", show_label=True),
|
180 |
gr.Slider( minimum=5, maximum=20, value =10, step= 1,label="Number of colour to be used in photo ( use only in case of painting and cartoon)", show_label=True),
|
181 |
-
gr.Slider( minimum=5, maximum=10, value =7, step=
|
182 |
-
gr.Slider( minimum=5, maximum=10, value =7, step=
|
183 |
outputs= "image",
|
184 |
tittle = " Image Conversion App",
|
185 |
description = """This is an image conversion app we take a regular photo and convert it into Cartoon, Painting, Pencil sketch. it is purely python based used
|
|
|
178 |
gr.Image( tool="select",label="Image to Convert", show_label=True),
|
179 |
gr.Dropdown( choices = ["Pencil sketch","Painting","Cartoon"],label="Type to convert", show_label=True),
|
180 |
gr.Slider( minimum=5, maximum=20, value =10, step= 1,label="Number of colour to be used in photo ( use only in case of painting and cartoon)", show_label=True),
|
181 |
+
gr.Slider( minimum=5, maximum=10, value =7, step= 2,label="Blurr effect to be used in photo ( use only in case of cartoon)", show_label=True),
|
182 |
+
gr.Slider( minimum=5, maximum=10, value =7, step= 2,label="Thickness of edges to be used in photo ( use only in case of cartoon)", show_label=True)],
|
183 |
outputs= "image",
|
184 |
tittle = " Image Conversion App",
|
185 |
description = """This is an image conversion app we take a regular photo and convert it into Cartoon, Painting, Pencil sketch. it is purely python based used
|