is there a way to send multiple images to an API at the same time fastapi

后端 未结 0 1048
时光取名叫无心
时光取名叫无心 2021-01-25 11:08

I need to hit the fastapi with multiple images

@app.post("/text")
def get_text(files: List[UploadFile] = File(...)):

its working when I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题