Anime-Pack / app.py
shellypeng's picture
Update app.py
c73cdf1
raw
history blame
245 Bytes
from huggingface_hub import Repository
repo = Repository(
local_dir="anime-pack-app-py",
repo_type="model",
clone_from="shellypeng/anime-pack-app-py",
token=True
)
repo.git_pull()
from anime-pack-app-py import model
model.run()