market-prediction / upload.py
dev-yuje's picture
Upload folder using huggingface_hub
a7fd6ef verified
raw
history blame contribute delete
225 Bytes
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
login()
# Push your model files
upload_folder(folder_path=".", repo_id="dev-yuje/market-prediction", repo_type="model")