qq / app.py
peterpeter8585's picture
Update app.py
93841ea verified
raw
history blame contribute delete
234 Bytes
import subprocess
import gradio as gr
subprocess.Popen("git lfs install", shell=True)
subprocess.Popen("git clone https://github.com/peterpeter858585/ai.git", shell=True)
gr.load("HuggingFaceH4/zephyr-7b-beta", src="models").launch()