DmitrMakeev commited on
Commit
3c2953c
·
1 Parent(s): c967f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,9 +4,9 @@ import numpy as np
4
 
5
  from annotator.util import resize_image, HWC3
6
 
7
- DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
8
- DESCRIPTION += '\n<p>This app generates Control Image for Core ML Stable Diffusion apps such as Mochi Diffusion.</p>'
9
- DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.</p>'
10
 
11
 
12
  model_canny = None
 
4
 
5
  from annotator.util import resize_image, HWC3
6
 
7
+ DESCRIPTION = '# Управляющее изображение для ControlNet v1.1'
8
+ DESCRIPTION += ''
9
+ DESCRIPTION += ''
10
 
11
 
12
  model_canny = None