Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
aTrapDeer
/
music-classify-af3-runtime
like
0
Model card
Files
Files and versions
xet
Community
Deploy
main
music-classify-af3-runtime
/
setup.py
aTrapDeer
Bootstrap Audio Flamingo 3 custom endpoint repo
4dc30e8
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
128 Bytes
from
setuptools
import
setup
setup(
name=
'af3-runtime-patch'
,
version=
'0.0.1'
,
py_modules=[
'sitecustomize'
],
)