Update main.py
Browse files
main.py
CHANGED
@@ -45,7 +45,7 @@ async def lifespan(app: FastAPI):
|
|
45 |
image_to_text = pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")
|
46 |
yield
|
47 |
# Delete all the temporary images
|
48 |
-
utils.unlink_images("/images")
|
49 |
|
50 |
## FASTAPI APP
|
51 |
# Initialize the FastAPI app
|
|
|
45 |
image_to_text = pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")
|
46 |
yield
|
47 |
# Delete all the temporary images
|
48 |
+
# utils.unlink_images("/images")
|
49 |
|
50 |
## FASTAPI APP
|
51 |
# Initialize the FastAPI app
|