Lectures's picture
Upload project with custom qwen-agent wheel
23af8f6 verified
Raw
History Blame Contribute Delete
462 Bytes
from huggingface_hub import HfApi
# 使用你的 HF Token(如果需要权限)
api = HfApi()
# 上传整个当前目录(.)到你的 Space
api.upload_folder(
repo_id="Lectures/SouthFlightTravelAssistant", # 替换为你的 space 名
folder_path=".", # 当前目录
repo_type="space", # 类型是 Space
commit_message="Upload project with custom qwen-agent wheel"
)