Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
lumindrive
/
nox-th
like
0
Safetensors
openai/gdpval
Thai
whisper
License:
other
Model card
Files
Files and versions
xet
Community
d3df6c8
nox-th
/
upload.py
lumindrive
Upload folder using huggingface_hub
a3bc2f8
verified
2 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
from
huggingface_hub
import
HfApi
api = HfApi(token=os.getenv(
"HF_TOKEN"
))
api.upload_folder(
folder_path=
"."
,
repo_id=
"lumindrive/NOX_Th"
,
repo_type=
"model"
,
)