Spaces:
Runtime error
Runtime error
omarperacha
commited on
Commit
•
035d153
1
Parent(s):
444877b
update descrption
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ def pred(residue_seq):
|
|
12 |
iface = gr.Interface(
|
13 |
fn=pred,
|
14 |
title="Protein Secondary Structure Prediction with PS4-Mega",
|
|
|
15 |
inputs=[gr.Textbox(label="Residue Sequence", value="")],
|
16 |
outputs=[gr.Textbox(label="Secondary Structure", value="")],
|
17 |
examples=[
|
|
|
12 |
iface = gr.Interface(
|
13 |
fn=pred,
|
14 |
title="Protein Secondary Structure Prediction with PS4-Mega",
|
15 |
+
description="🧬 Predict protein secondary structure from single sequence input using PS4-Mega and ProtT5-XL-UniRef50 (Elnaggar et al., 2020).\n💻 Official github repo: https://github.com/omarperacha/ps4-dataset\n📝 Offical paper: https://www.biorxiv.org/content/10.1101/2023.02.28.530456",
|
16 |
inputs=[gr.Textbox(label="Residue Sequence", value="")],
|
17 |
outputs=[gr.Textbox(label="Secondary Structure", value="")],
|
18 |
examples=[
|