Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aroqheo
/
asdf
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
asdf
/
app
/
main.py
Aroqheo
频道主入口文件已重构
80d0a47
6 months ago
raw
Copy download link
history
blame
contribute
delete
128 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"message"
:
"频道主频率已挂载"
}