mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-27 12:21:38 -08:00
bump gradio version
This commit is contained in:
parent
0027ce1f6e
commit
b0211ff7f8
3 changed files with 3 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ def check_versions():
|
|||
|
||||
expected_torch_version = "2.0.0"
|
||||
expected_xformers_version = "0.0.20"
|
||||
expected_gradio_version = "3.39.0"
|
||||
expected_gradio_version = "3.41.0"
|
||||
|
||||
if version.parse(torch.__version__) < version.parse(expected_torch_version):
|
||||
print_error_explanation(f"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue