Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
2nguyenle3
/
ProLSTMBP
like
0
Model card
Files
Files and versions
Community
main
ProLSTMBP
/
aiair-server
/
routes
/
Router.py
2nguyenle3
Server for using model
83b406a
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
from
routes.Predict
import
Predict
class
Router
:
def
run
(
app
):
app.register_blueprint(Predict, url_prefix =
'/predict'
)