Spaces:
Runtime error
Runtime error
pragnakalp
commited on
Commit
·
5016500
1
Parent(s):
1ea370e
Update app.py
Browse files
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!!!!")
|