atatakun commited on
Commit
dafc133
·
1 Parent(s): 62f5abe

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ 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>HEIC image are not converted. Please use PNG or JPG image.</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>This app generates a starting image for Mochi Diffusion's ControlNet.</p>'
8
+ DESCRIPTION += '\n<p><font color="red">HEIC image is not converted. Please use PNG or JPG image.</font></p>'
9
+ DESCRIPTION += '\n<p><font color="red">HEICの画像は変換できません。 PNGまたはJPGの画像を使ってください。</font></p>'
10
 
11
 
12
  model_canny = None