Spaces:
Sleeping
Sleeping
ksvmuralidhar
commited on
Commit
•
207b116
1
Parent(s):
26ccda9
Update api.py
Browse files
api.py
CHANGED
@@ -106,7 +106,13 @@ app = FastAPI(description=description,
|
|
106 |
contact={
|
107 |
"name": "KSV Muralidhar",
|
108 |
"url": "https://ksvmuralidhar.in"
|
109 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
summ_tokenizer, summ_model = load_summarizer_models()
|
111 |
|
112 |
|
|
|
106 |
contact={
|
107 |
"name": "KSV Muralidhar",
|
108 |
"url": "https://ksvmuralidhar.in"
|
109 |
+
},
|
110 |
+
license_info={
|
111 |
+
"name": "Apache 2.0",
|
112 |
+
"identifier": "MIT"
|
113 |
+
})
|
114 |
+
|
115 |
+
|
116 |
summ_tokenizer, summ_model = load_summarizer_models()
|
117 |
|
118 |
|