File size: 196 Bytes
8fca7ed
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from huggingface_hub import upload_folder
import os 
current_dir = os.getcwd()
print(current_dir)


upload_folder(
    folder_path=current_dir,
    repo_id="siyiwind/DyMo",
    repo_type="model"
)