Spaces:
Sleeping
Sleeping
Update api.py
Browse files
api.py
CHANGED
@@ -85,11 +85,11 @@ app = FastAPI(title='News Summarizer API',
|
|
85 |
summary="News article summary generator",
|
86 |
version="0.0.1",
|
87 |
contact={
|
88 |
-
"name": "KSV Muralidhar",
|
89 |
"url": "https://ksvmuralidhar.in"
|
90 |
},
|
91 |
license_info={
|
92 |
-
"name": "
|
93 |
"identifier": "MIT"
|
94 |
},
|
95 |
swagger_ui_parameters={"defaultModelsExpandDepth": -1})
|
|
|
85 |
summary="News article summary generator",
|
86 |
version="0.0.1",
|
87 |
contact={
|
88 |
+
"name": "Author: KSV Muralidhar",
|
89 |
"url": "https://ksvmuralidhar.in"
|
90 |
},
|
91 |
license_info={
|
92 |
+
"name": "License: MIT",
|
93 |
"identifier": "MIT"
|
94 |
},
|
95 |
swagger_ui_parameters={"defaultModelsExpandDepth": -1})
|