dataomni / push_hf.py
Luxuriant16's picture
Add files using upload-large-folder tool
2a28000 verified
from huggingface_hub import HfApi
api = HfApi()
# Upload all the content from the local folder to your remote Space.
# By default, files are uploaded at the root of the repo
api.upload_large_folder(
folder_path="D:/MIMIC_OmnimedVQA",
repo_id="Luxuriant16/dataomni",
repo_type="dataset",
)