Spaces:
Runtime error
Runtime error
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| repo_id = "jhenberthf/maritis-ai" | |
| api.upload_folder( | |
| folder_path=r"C:\Users\Jhenbert\maritis-ai-space", | |
| repo_id=repo_id, | |
| repo_type="space", | |
| ) | |
| print("UPLOAD_COMPLETE") | |