Anime-Pack / app.py
shellypeng's picture
Update app.py
2f198b9
raw
history blame
No virus
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()