Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
intelli-zen
/
asr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0139e20
asr
/
server
/
flask_server
/
view_func
/
heart_beat.py
HoneyTian
update
0139e20
11 months ago
raw
Copy download link
history
blame
Safe
210 Bytes
# -*- encoding=UTF-8 -*-
from
server.flask_server.route_wrap.common_route_wrap
import
common_route_wrap
@common_route_wrap
def
heart_beat
():
# curl -X POST http://127.0.0.1:9527/HeartBeat
return
"OK"