Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
| 9 |
|
| 10 |
DESCRIPTION = """\
|
| 11 |
# ESM2Text Demo
|
|
|
|
|
|
|
| 12 |
"""
|
| 13 |
|
| 14 |
MAX_MAX_NEW_TOKENS = 256
|
|
|
|
| 9 |
|
| 10 |
DESCRIPTION = """\
|
| 11 |
# ESM2Text Demo
|
| 12 |
+
|
| 13 |
+
A demo to generate a protein's funtion with its amino acid sequence using (ESM2Text Base v1.1)[https://huggingface.co/habdine/Esm2Text-Base-v1-1]. To test this model, only enter below, the amino acid sequence of the protein with any spaces.
|
| 14 |
"""
|
| 15 |
|
| 16 |
MAX_MAX_NEW_TOKENS = 256
|