Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,9 +81,9 @@ iface = gr.Interface(
|
|
81 |
title="Protein Family Classifier",
|
82 |
description="This demo uses a fine-tuned ESM-2 model to predict the protein family from its amino acid sequence. Enter a sequence to see the top 5 predictions and their confidence scores.",
|
83 |
examples=[
|
84 |
-
["
|
85 |
-
["
|
86 |
-
["
|
87 |
],
|
88 |
allow_flagging="never"
|
89 |
)
|
|
|
81 |
title="Protein Family Classifier",
|
82 |
description="This demo uses a fine-tuned ESM-2 model to predict the protein family from its amino acid sequence. Enter a sequence to see the top 5 predictions and their confidence scores.",
|
83 |
examples=[
|
84 |
+
["MLLVLKISRNAITTFSKEQLDSF"],
|
85 |
+
["SNYRPFVFKENDEVLALMAVWEFDDFIYVEHLAVDSKLRGKGVGSELIKNYLNRCDKRVFLEVEPPNCEISKKRVSFYEKLGFSF"],
|
86 |
+
["KRAIDLLLTLGSAILVLPLVLAIAAWIRMDSPGSPFFTQRRIGQHGREMHILKFRTMVQNAECVLHDCLAANPALNAEWERDQKLKCDPRVTRAGAFLRKTSLDELPQLWNVLRGEMSLVGPRPIVQDEVEKYGEVFDLYTRVKPGITGLWQVSGRNDVSYPQRVEMDRYYICNWSVWFDIWILAKTVPVVLH"]
|
87 |
],
|
88 |
allow_flagging="never"
|
89 |
)
|