Spaces:
Sleeping
Sleeping
Update api.py
Browse files
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()
|