Spaces:
Running
on
Zero
Running
on
Zero
import gradio as gr | |
import os | |
# import spaces | |
hf_token = os.getenv("instantsplat_token") | |
# gr.load("kairunwen/tmp", hf_token=token, src="spaces").launch() | |
import shlex | |
import subprocess | |
from huggingface_hub import HfApi | |
api = HfApi() | |
api.snapshot_download(repo_id="kairunwen/tmp", repo_type="space", local_dir=".", token=hf_token) | |
subprocess.run(shlex.split("pip install -r requirements.txt")) | |
subprocess.run(shlex.split("python app.py")) | |