jasongzy commited on
Commit
9835057
·
verified ·
1 Parent(s): 1b46ba9

Create squash_history.py

Browse files
Files changed (1) hide show
  1. 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_")