| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=".", | |
| repo_id="sahil2801/ref_v2.2_step5208", | |
| repo_type="model", | |
| ) | |
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=".", | |
| repo_id="sahil2801/ref_v2.2_step5208", | |
| repo_type="model", | |
| ) | |