Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from annotator.util import resize_image, HWC3
|
|
7 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
8 |
DESCRIPTION += '\n<p>This app generates Control Image for Mochi Diffusion's ControlNet.</p>'
|
9 |
DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.</p>'
|
10 |
-
DESCRIPTION += '\n<p>Gradio
|
11 |
DESCRIPTION += '\n<p>Safariは、ドラッグ&ドロップで画像をアップロードすることができませんので、クリックしてアップロードをご利用ください。</p>'
|
12 |
#DESCRIPTION += '\n<p>The version of Gradio has been upgraded and the converted images are now Webp. It seems to be usable with the latest MochiDiffusion without any problems.</p>'
|
13 |
#DESCRIPTION += '\n<p>If you are using Safari, you cannot upload images by drag and drop, so please use the upload button.</p>'
|
|
|
7 |
DESCRIPTION = '# ControlNet v1.1 Annotators (that runs on cpu only)'
|
8 |
DESCRIPTION += '\n<p>This app generates Control Image for Mochi Diffusion's ControlNet.</p>'
|
9 |
DESCRIPTION += '\n<p>HEIC image is not converted. Please use PNG or JPG image.</p>'
|
10 |
+
DESCRIPTION += '\n<p>Gradioのバージョンが上がって変換された画像がWebpになっています。最新のMochiDiffusionでは問題なく使えるようです。</p>'
|
11 |
DESCRIPTION += '\n<p>Safariは、ドラッグ&ドロップで画像をアップロードすることができませんので、クリックしてアップロードをご利用ください。</p>'
|
12 |
#DESCRIPTION += '\n<p>The version of Gradio has been upgraded and the converted images are now Webp. It seems to be usable with the latest MochiDiffusion without any problems.</p>'
|
13 |
#DESCRIPTION += '\n<p>If you are using Safari, you cannot upload images by drag and drop, so please use the upload button.</p>'
|