Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Detomo
/
aisatsu-api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a252bb5
aisatsu-api
/
main.py
vumichien
Update main.py
a252bb5
about 2 years ago
raw
Copy download link
history
blame
Safe
203 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
defaul_bot_voice =
"γγ―γγγγγγγΎγ"
area_thres =
0.3
@app.get(
"/"
)
def
read_root
():
return
{
"Message"
:
"Application startup complete"
}