from fastapi import FastAPI from tensorflow.keras.models import load_model ... @app.get("/predict") def predict(test): ... model ...
確定! 回上一頁