harshildarji commited on
Commit
5a9c00f
1 Parent(s): 2770945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ nltk.download("punkt")
8
 
9
  relation_pipe = pipeline(
10
  "text-classification",
11
- model="harshildarji/privacy-policy-relation-extraction",
12
  return_all_scores=True,
13
  framework="pt",
14
  )
 
8
 
9
  relation_pipe = pipeline(
10
  "text-classification",
11
+ model="PaDaS-Lab/privacy-policy-relation-extraction",
12
  return_all_scores=True,
13
  framework="pt",
14
  )