Spaces:
Runtime error
Runtime error
KushwanthK
commited on
Commit
•
0a8201e
1
Parent(s):
03b22f7
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def promt_engineer(text, query):
|
|
89 |
|
90 |
BULLET POINT SUMMARY:
|
91 |
"""
|
92 |
-
Load the summarization pipeline with the specified model
|
93 |
summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|
94 |
|
95 |
# Generate the prompt
|
|
|
89 |
|
90 |
BULLET POINT SUMMARY:
|
91 |
"""
|
92 |
+
# Load the summarization pipeline with the specified model
|
93 |
summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|
94 |
|
95 |
# Generate the prompt
|