我有以下代码示例:
from fastapi import File, UploadFile, Request, FastAPI, Depends from typing import List from fastapi.responses import HTMLResponse