Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
souging
/
sntest
like
0
Model card
Files
Files and versions
xet
Community
main
sntest
/
app
/
run.py
souging
Create run.py
40bb1fc
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
from
app
import
ModelAPI
api = ModelAPI(
host =
"0.0.0.0"
,
port =
6500
)
api.run()