atatakun commited on
Commit
56b80b8
1 Parent(s): 9f1c495

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 file, convert it to PNG or JPG.</p>'
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