Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,9 @@ txt="a polynomial [MASK] from 3-SAT." #reduction
|
|
18 |
#results=unmasker(txt,top_k=5)
|
19 |
|
20 |
#show the results
|
21 |
-
for res in results:
|
22 |
-
print(res["sequence"])
|
23 |
-
print(res["score"])
|
24 |
|
25 |
#make a function out of the unmasker
|
26 |
|
|
|
18 |
#results=unmasker(txt,top_k=5)
|
19 |
|
20 |
#show the results
|
21 |
+
#for res in results:
|
22 |
+
#print(res["sequence"])
|
23 |
+
#print(res["score"])
|
24 |
|
25 |
#make a function out of the unmasker
|
26 |
|