Shrey commited on
Commit
1a298d7
·
1 Parent(s): d1cfd65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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