gradio==4.40.0

all basic UIs tested
This commit is contained in:
layerdiffusion
2024-07-31 19:04:02 -07:00
parent f052fabd4d
commit 2c3afff371
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ def check_versions():
expected_torch_version = "2.1.2"
expected_xformers_version = "0.0.23.post1"
expected_gradio_version = "4.39.0"
expected_gradio_version = "4.40.0"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""