Spaces:
Runtime error
Runtime error
xuyingli
commited on
Commit
·
f72ef83
1
Parent(s):
d39bbe0
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ def perdict_contact_visualization(seq, model, batch_converter):
|
|
75 |
fig, ax = plt.subplots()
|
76 |
ax.matshow(attention_contacts[: len(seq), : len(seq)])
|
77 |
|
78 |
-
fig.suptitle(seq)
|
79 |
# fig.set_facecolor('black')
|
80 |
|
81 |
return fig
|
|
|
75 |
fig, ax = plt.subplots()
|
76 |
ax.matshow(attention_contacts[: len(seq), : len(seq)])
|
77 |
|
|
|
78 |
# fig.set_facecolor('black')
|
79 |
|
80 |
return fig
|