We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff8f9 commit 4c5b3d7Copy full SHA for 4c5b3d7
1 file changed
app/api/v1.py
@@ -1,5 +1,5 @@
1
import logging
2
-from fastapi import APIRouter, Request, File, UploadFile, HTTPException
+from fastapi import APIRouter, File, UploadFile, HTTPException
3
from google.genai import types
4
from google import genai
5
from app.api.schemas import CaptionResponse
0 commit comments