Ramji commited on
Commit
b76d66c
1 Parent(s): 9ae3a4d

deployemnt status

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ summarizer = pipeline("summarization", model="Ramji/bart-cn-large-medical-summar
9
  # Route to display the home page
10
  @app.route('/')
11
  def home():
12
- return {"Deplyed Successfully"}
13
 
14
  # Route to handle the summarization request
15
  @app.route('/summarize', methods=['POST'])
 
9
  # Route to display the home page
10
  @app.route('/')
11
  def home():
12
+ return {"deployment_status": "Deplyed Successfully"}
13
 
14
  # Route to handle the summarization request
15
  @app.route('/summarize', methods=['POST'])