medscribe-soap-lora / upload.py
Tushar9802's picture
Upload folder using huggingface_hub
c5c6a22 verified
Raw
History Blame Contribute Delete
245 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.create_repo("Tushar9802/medscribe-soap-lora", repo_type="model", exist_ok=True)
api.upload_folder(folder_path=".", repo_id="Tushar9802/medscribe-soap-lora", repo_type="model")
print("Done")