banjiola commited on
Commit
4c5d652
·
verified ·
1 Parent(s): 1bef7ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def summarize_ner(text): # I implemented the validation step here because the mo
108
  summarized = summarized[0]['summary_text']
109
  else:
110
  return {
111
- "text": "⚠️ Unexpected response from summarize.",
112
  "entities": []
113
  }
114
 
 
108
  summarized = summarized[0]['summary_text']
109
  else:
110
  return {
111
+ "text": f"⚠️ Unexpected response from summarize. {summarized}",
112
  "entities": []
113
  }
114