harshildarji commited on
Commit
4711277
·
verified ·
1 Parent(s): c46f09c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(page_title="Privacy Policy Relation Extraction", page_icon="
9
  def get_results(text):
10
  pipe = pipeline(
11
  "text-classification",
12
- model="harshildarji/privacy-policy-relation-extraction",
13
  return_all_scores=True,
14
  framework="pt",
15
  )
 
9
  def get_results(text):
10
  pipe = pipeline(
11
  "text-classification",
12
+ model="PaDaS-Lab/privacy-policy-relation-extraction",
13
  return_all_scores=True,
14
  framework="pt",
15
  )