File size: 234 Bytes
d16596c
8bf6d8e
 
93841ea
f6ea782
1
2
3
4
5
6
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()