Bump Gradio to 4.42.0

Fixes the API docs
This commit is contained in:
missionfloyd
2024-09-04 19:46:13 -06:00
parent 5ad03e6586
commit 3e94d2216c
3 changed files with 3 additions and 3 deletions
+1 -1
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.27.0"
expected_gradio_version = "4.42.0"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""