KushwanthK commited on
Commit
0a8201e
1 Parent(s): 03b22f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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