2
0
Daniel Gatis 3 жил өмнө
parent
commit
222f31dd31
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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