Hari-Prasath-M91 commited on
Commit
e990dd6
·
1 Parent(s): e47f5a2

edited app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ async def lifespan(app: FastAPI):
40
  return True
41
  except Exception as e:
42
  return False
 
43
 
44
  # Initialize FastAPI app
45
  app = FastAPI(
 
40
  return True
41
  except Exception as e:
42
  return False
43
+ yield
44
 
45
  # Initialize FastAPI app
46
  app = FastAPI(