atatakun commited on
Commit
a0d5e9e
1 Parent(s): cc1a30a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
 
3
  from annotator.util import resize_image, HWC3
4
 
5
- DESCRIPTION = '# ControlNet v1.1 (cpu_only)\n<p>It's only a preprocessors that runs with cpu.\n</p>'
6
-
7
 
8
  model_canny = None
9
 
 
2
 
3
  from annotator.util import resize_image, HWC3
4
 
5
+ DESCRIPTION = '# ControlNet v1.1 (cpu_only)'
 
6
 
7
  model_canny = None
8