Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,9 @@ def classify(sequence):
|
|
| 58 |
return "Potential Allergen" if pred.item() == 1 else "Non-Allergen"
|
| 59 |
|
| 60 |
description_md = """
|
| 61 |
-
## **
|
|
|
|
|
|
|
| 62 |
|
| 63 |
**Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
|
| 64 |
|
|
|
|
| 58 |
return "Potential Allergen" if pred.item() == 1 else "Non-Allergen"
|
| 59 |
|
| 60 |
description_md = """
|
| 61 |
+
## **AllerTrans**
|
| 62 |
+
|
| 63 |
+
Official demo for **AllerTrans**, A Powerful Tool for Predicting the Allergenicity of Protein Sequences.
|
| 64 |
|
| 65 |
**Input Format – FASTA Sequences:** This tool accepts protein sequences in FASTA format.
|
| 66 |
|