jackrui commited on
Commit
09f3a93
·
1 Parent(s): f81e0aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
  ![image](https://github.com/wrab12/diff-amp/blob/main/111.png)
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
  ![image](https://github.com/wrab12/diff-amp/blob/main/111.png)
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.