Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
synapsecai
/
SoundsRightModelTemplate
like
0
Follow
synapsec.ai
4
🇪🇺 Region: EU
Model card
Files
Files and versions
Community
4c7a799
SoundsRightModelTemplate
/
app
/
run.py
m4k1-dev
init
4c7a799
8 months ago
raw
Copy download link
history
blame
91 Bytes
from
app
import
modelapi
api = modelapi(
host =
"0.0.0.0"
,
port =
6500
)
api.run()