Sukumar2005's picture
Update README.md
27233ce verified
from huggingface_hub import HfApi
api = HfApi(token=os.getenv("HF_TOKEN"))
api.upload_folder(
folder_path="/path/to/local/model",
repo_id="Sukumar2005/sentimental-analysis",
repo_type="model",
)