FayeHongfeiZhang commited on
Commit
0f21c71
·
verified ·
1 Parent(s): d8a8d5d

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model.safetensors +3 -0
  2. upload.py +4 -0
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3034ba241bfea65346cddda4a5228457d295ffcb42e422e4b95b1551e587f10d
3
+ size 4491827302
upload.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from huggingface_hub import login, upload_folder
2
+
3
+ # Push your model files
4
+ upload_folder(folder_path="ckpt/DVD", repo_id="FayeHongfeiZhang/DVD", repo_type="model")