ChancesYuan
commited on
Commit
•
59bc744
1
Parent(s):
9e638d5
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,7 @@ def init_triple_input():
|
|
71 |
corrupt_triple[" ".join(d["ori"])] = d["cor"]
|
72 |
|
73 |
def solve(triple, alter_label, edit_task):
|
|
|
74 |
h, r, t = triple.split("|")
|
75 |
if h == "[MASK]":
|
76 |
text_a = "[MASK]"
|
|
|
71 |
corrupt_triple[" ".join(d["ori"])] = d["cor"]
|
72 |
|
73 |
def solve(triple, alter_label, edit_task):
|
74 |
+
print(triple, alter_label)
|
75 |
h, r, t = triple.split("|")
|
76 |
if h == "[MASK]":
|
77 |
text_a = "[MASK]"
|