demo-playground / app.py
ColombIA-PlayGround's picture
Upload 2 files
9d85385 verified
import os
os.system("pip uninstall -y gradio")
os.system("pip install gradio==4.21.0")
os.system("pip install gradio_client==0.12.0")
path= os.getcwd()
print(path)
new_path= r"./src/"
os.chdir(new_path)
os.system("python gradio_app.py")