Akshajzclap commited on
Commit
08a281f
·
verified ·
1 Parent(s): 7d6df10

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -5,7 +5,8 @@ from app.api.routers.v1 import outfitmatch, health, tryon, occasion, whatfits, s
5
  app = FastAPI(
6
  title="Vendor Usecase App",
7
  description="API for various vendor usecases including outfit matching.",
8
- version="0.1.0"
 
9
  )
10
 
11
  # Add CORS middleware
 
5
  app = FastAPI(
6
  title="Vendor Usecase App",
7
  description="API for various vendor usecases including outfit matching.",
8
+ version="0.1.0",
9
+ debug=True,
10
  )
11
 
12
  # Add CORS middleware