fix gradio gbk issue
This commit is contained in:
parent
db949b5536
commit
d151968b67
@ -18,7 +18,7 @@ yacs
|
|||||||
piexif==1.1.3
|
piexif==1.1.3
|
||||||
omegaconf
|
omegaconf
|
||||||
easydict
|
easydict
|
||||||
gradio
|
gradio==4.21.0
|
||||||
typer-config==1.4.0
|
typer-config==1.4.0
|
||||||
|
|
||||||
Pillow==9.5.0 # for AnyText
|
Pillow==9.5.0 # for AnyText
|
||||||
|
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ def load_requirements():
|
|||||||
# https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
|
# https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="IOPaint",
|
name="IOPaint",
|
||||||
version="1.2.2",
|
version="1.2.3",
|
||||||
author="PanicByte",
|
author="PanicByte",
|
||||||
author_email="cwq1913@gmail.com",
|
author_email="cwq1913@gmail.com",
|
||||||
description="Image inpainting, outpainting tool powered by SOTA AI Model",
|
description="Image inpainting, outpainting tool powered by SOTA AI Model",
|
||||||
|
Loading…
Reference in New Issue
Block a user