update gradio to 3.41.2

This commit is contained in:
AUTOMATIC1111
2023-08-27 08:45:16 +03:00
parent b7f0e81562
commit cb5f0823c6
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ def check_versions():
expected_torch_version = "2.0.0"
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):
print_error_explanation(f"""