Update app.py
Browse files
app.py
CHANGED
@@ -82,13 +82,11 @@ model.load_state_dict(torch.load("best_model.pth", map_location=torch.device('cp
|
|
82 |
|
83 |
if __name__ == "__main__":
|
84 |
with gr.Blocks() as demo:
|
|
|
85 |
gr.Markdown(
|
86 |
"""
|
87 |

|
88 |
-
|
89 |
-
gr.Markdown(
|
90 |
-
"""
|
91 |
-
|
92 |
# Welcome to Antimicrobial Peptide Recognition Model
|
93 |
This is an antimicrobial peptide recognition model derived from Diff-AMP, which is a branch of a comprehensive system integrating generation, recognition, and optimization. In this recognition model, you can simply input a sequence, and it will predict whether it is an antimicrobial peptide. Due to limited website capacity, we can only perform simple predictions.
|
94 |
If you require large-scale computations, please contact my email at [email protected]. Feel free to reach out if you have any questions or inquiries.
|
|
|
82 |
|
83 |
if __name__ == "__main__":
|
84 |
with gr.Blocks() as demo:
|
85 |
+
|
86 |
gr.Markdown(
|
87 |
"""
|
88 |

|
89 |
+
|
|
|
|
|
|
|
90 |
# Welcome to Antimicrobial Peptide Recognition Model
|
91 |
This is an antimicrobial peptide recognition model derived from Diff-AMP, which is a branch of a comprehensive system integrating generation, recognition, and optimization. In this recognition model, you can simply input a sequence, and it will predict whether it is an antimicrobial peptide. Due to limited website capacity, we can only perform simple predictions.
|
92 |
If you require large-scale computations, please contact my email at [email protected]. Feel free to reach out if you have any questions or inquiries.
|