From 16e0ccdb7da40613591666abe2cb06f91f961503 Mon Sep 17 00:00:00 2001 From: JunX Date: Mon, 22 Apr 2024 16:01:29 +0800 Subject: [PATCH] Update gradio_app.py (#318) --- demo/gradio_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/gradio_app.py b/demo/gradio_app.py index c1f5463..82e8560 100644 --- a/demo/gradio_app.py +++ b/demo/gradio_app.py @@ -16,7 +16,7 @@ import torch # prepare the environment os.system("python setup.py build develop --user") os.system("pip install packaging==21.3") -os.system("pip install gradio") +os.system("pip install gradio==3.50.2") warnings.filterwarnings("ignore")