File size: 264 Bytes
051db69 |
1 2 3 4 5 6 7 8 |
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/Users/assaniindraprasitdhi/Documents/Model Wav2Vec2",
repo_id="AssaniIn/Wav2Vec2_30000rows" # เปลี่ยน your_username เป็น username ของคุณ
)
|