user1729 commited on
Commit
46dc492
·
1 Parent(s): 642d3cd

main file modified

Browse files
Files changed (1) hide show
  1. app/main.py +3 -1
app/main.py CHANGED
@@ -13,7 +13,9 @@ logger = logging.getLogger(__name__)
13
  app = FastAPI(
14
  title="Cancer Text Processing API",
15
  description="API for cancer-related text classification and information extraction",
16
- version="1.0.0"
 
 
17
  )
18
 
19
  @app.get("/")
 
13
  app = FastAPI(
14
  title="Cancer Text Processing API",
15
  description="API for cancer-related text classification and information extraction",
16
+ version="1.0.0",
17
+ docs_url="/docs",
18
+ redoc_url="/redoc"
19
  )
20
 
21
  @app.get("/")