| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_large_folder( | |
| folder_path=r"D:\learn_torch\Exploration_Platform", | |
| repo_id="HZSDU/Exploration_Platform", | |
| repo_type="model" | |
| ) |
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_large_folder( | |
| folder_path=r"D:\learn_torch\Exploration_Platform", | |
| repo_id="HZSDU/Exploration_Platform", | |
| repo_type="model" | |
| ) |