update to latest gradio

This commit is contained in:
AUTOMATIC1111
2024-03-02 08:25:10 +03:00
parent 43850655d9
commit 3ee79332b1
5 changed files with 62 additions and 16 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.16.0"
expected_gradio_version = "4.19.2"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""