There was an error while loading. Please reload this page.
1 parent 6d57a4c commit 2c64f28Copy full SHA for 2c64f28
backend/api/api.py
@@ -43,7 +43,7 @@ def analyze_text():
43
44
#Your Input are the variables "text" and "subject"
45
46
- Output = filter_model.email_ner(subject + "\n" + text) #Call Model Here
+ Output = filter_model.email_ner(text) #Call Model Here
47
48
"""
49
Format Output Like This:
0 commit comments