Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ nltk.download("punkt")
|
|
8 |
|
9 |
relation_pipe = pipeline(
|
10 |
"text-classification",
|
11 |
-
model="
|
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 |
)
|