Update gradio_app.py (#318)

pull/329/head
JunX 2024-04-22 16:01:29 +08:00 committed by GitHub
parent 3a2b344737
commit 16e0ccdb7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")