Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def get_control_image(input_image, control_mode):
|
|
134 |
if control_mode == "Canny":
|
135 |
return extract_canny(input_image)
|
136 |
elif control_mode == "Soft Edge":
|
137 |
-
return anyline(input_image
|
138 |
elif control_mode == "Depth":
|
139 |
image_np = np.array(input_image)
|
140 |
with torch.no_grad():
|
|
|
134 |
if control_mode == "Canny":
|
135 |
return extract_canny(input_image)
|
136 |
elif control_mode == "Soft Edge":
|
137 |
+
return anyline(input_image)
|
138 |
elif control_mode == "Depth":
|
139 |
image_np = np.array(input_image)
|
140 |
with torch.no_grad():
|