Commit 1b46863f authored by AUTOMATIC1111's avatar AUTOMATIC1111

update gradio to 3.41.2

parent 3d83683a
...@@ -95,7 +95,7 @@ def check_versions(): ...@@ -95,7 +95,7 @@ def check_versions():
expected_torch_version = "2.0.0" expected_torch_version = "2.0.0"
expected_xformers_version = "0.0.20" expected_xformers_version = "0.0.20"
expected_gradio_version = "3.41.0" expected_gradio_version = "3.41.2"
if version.parse(torch.__version__) < version.parse(expected_torch_version): if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f""" print_error_explanation(f"""
......
...@@ -8,7 +8,7 @@ clean-fid ...@@ -8,7 +8,7 @@ clean-fid
einops einops
fastapi>=0.90.1 fastapi>=0.90.1
gfpgan gfpgan
gradio==3.41.0 gradio==3.41.2
inflection inflection
jsonmerge jsonmerge
kornia kornia
......
...@@ -7,7 +7,7 @@ clean-fid==0.1.35 ...@@ -7,7 +7,7 @@ clean-fid==0.1.35
einops==0.4.1 einops==0.4.1
fastapi==0.94.0 fastapi==0.94.0
gfpgan==1.3.8 gfpgan==1.3.8
gradio==3.41.0 gradio==3.41.2
httpcore==0.15 httpcore==0.15
inflection==0.5.1 inflection==0.5.1
jsonmerge==1.8.0 jsonmerge==1.8.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment