Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import cv2
|
|
4 |
from annotator.util import resize_image, HWC3
|
5 |
|
6 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
7 |
-
DESCRIPTION += '\n<p>If the source image is HEIC
|
8 |
|
9 |
|
10 |
model_canny = None
|
|
|
4 |
from annotator.util import resize_image, HWC3
|
5 |
|
6 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
7 |
+
DESCRIPTION += '\n<p>If the source image is a HEIC, it cannot be converted. Please use PNG or JPG as source image.</p>'
|
8 |
|
9 |
|
10 |
model_canny = None
|