aminaj commited on
Commit
e7ea204
·
verified ·
1 Parent(s): 79efea5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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