Spaces:
Running
Running
from huggingface_hub import HfApi | |
import os | |
api = HfApi(token=os.environ["sc4sc_token"]) | |
api.upload_large_folder( | |
folder_path=".", | |
repo_id="sc4sc/editor", | |
repo_type="space", | |
space_sdk="docker" | |
) | |