Spaces:
Running
Running
naveenvenkatesh
commited on
Commit
•
1a26d38
1
Parent(s):
333434e
Update Tags_Extractor.py
Browse files- Tags_Extractor.py +1 -1
Tags_Extractor.py
CHANGED
@@ -16,7 +16,7 @@ class Tags:
|
|
16 |
# )
|
17 |
|
18 |
|
19 |
-
def extract_tags(
|
20 |
"""
|
21 |
Extract tags from the refined summary using OpenAI API.
|
22 |
|
|
|
16 |
# )
|
17 |
|
18 |
|
19 |
+
def extract_tags(extracted_summary):
|
20 |
"""
|
21 |
Extract tags from the refined summary using OpenAI API.
|
22 |
|