ksvmuralidhar commited on
Commit
bafe5d3
·
verified ·
1 Parent(s): 48a04a8

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +2 -1
api.py CHANGED
@@ -110,7 +110,8 @@ app = FastAPI(description=description,
110
  license_info={
111
  "name": "Apache 2.0",
112
  "identifier": "MIT"
113
- })
 
114
 
115
 
116
  summ_tokenizer, summ_model = load_summarizer_models()
 
110
  license_info={
111
  "name": "Apache 2.0",
112
  "identifier": "MIT"
113
+ },
114
+ swagger_ui_parameters={"defaultModelsExpandDepth": -1})
115
 
116
 
117
  summ_tokenizer, summ_model = load_summarizer_models()