Create squash_history.py
Browse files- squash_history.py +4 -0
squash_history.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from huggingface_hub import HfApi
|
2 |
+
|
3 |
+
api = HfApi()
|
4 |
+
api.super_squash_history(repo_id="jasongzy/Make-It-Animatable", repo_type="model", token="hf_")
|