Spaces:
Runtime error
Runtime error
File size: 245 Bytes
c73cdf1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
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() |