pragnakalp commited on
Commit
5016500
·
1 Parent(s): 1ea370e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_text_summarization(sum_type,article):
60
  "score" : summary_score
61
  }
62
 
63
- save_data_and_sendmail(article, sum_type, summary)
64
  return summary
65
  else:
66
  raise gr.Error("Please enter text in inputbox!!!!")
 
60
  "score" : summary_score
61
  }
62
 
63
+ # save_data_and_sendmail(article, sum_type, summary)
64
  return summary
65
  else:
66
  raise gr.Error("Please enter text in inputbox!!!!")