Update app.py
Browse files
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="
|
| 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 |
)
|