Browse Source

refact server

Daniel Gatis 3 years ago
parent
commit
222f31dd31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rembg/server.py

+ 1 - 1
rembg/server.py

@@ -5,7 +5,7 @@ from typing import Optional
 
 import requests
 import uvicorn
-from fastapi import FastAPI, Form, Query, UploadFile
+from fastapi import FastAPI, Form, Query, UploadFile, File
 from PIL import Image
 from starlette.responses import StreamingResponse