Spaces:
Sleeping
Sleeping
Update app_edge.py
Browse files- app_edge.py +2 -2
app_edge.py
CHANGED
@@ -36,13 +36,13 @@ def create_demo(process):
|
|
36 |
preprocessor_name = gr.Radio(
|
37 |
label="Preprocessor",
|
38 |
choices=[
|
39 |
-
"Canny",
|
40 |
"Hed",
|
|
|
41 |
"Lineart",
|
42 |
"No preprocess",
|
43 |
],
|
44 |
type="value",
|
45 |
-
value="
|
46 |
info='Edge type.',
|
47 |
)
|
48 |
canny_low_threshold = gr.Slider(
|
|
|
36 |
preprocessor_name = gr.Radio(
|
37 |
label="Preprocessor",
|
38 |
choices=[
|
|
|
39 |
"Hed",
|
40 |
+
"Canny",
|
41 |
"Lineart",
|
42 |
"No preprocess",
|
43 |
],
|
44 |
type="value",
|
45 |
+
value="Hed",
|
46 |
info='Edge type.',
|
47 |
)
|
48 |
canny_low_threshold = gr.Slider(
|