Update gradio_app.py (#318)

This commit is contained in:
JunX
2024-04-22 16:01:29 +08:00
committed by GitHub
parent 3a2b344737
commit 16e0ccdb7d

View File

@@ -16,7 +16,7 @@ import torch
# prepare the environment # prepare the environment
os.system("python setup.py build develop --user") os.system("python setup.py build develop --user")
os.system("pip install packaging==21.3") os.system("pip install packaging==21.3")
os.system("pip install gradio") os.system("pip install gradio==3.50.2")
warnings.filterwarnings("ignore") warnings.filterwarnings("ignore")