File size: 195 Bytes
f71ad6f
 
 
 
 
 
39bfa69
1
2
3
4
5
6
7
8
from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def read_root():
    return {"请访问该网站来体验流式翻译模型:https://u608179-991f-e8986f5b.nmb1.seetacloud.com:8443"}