Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
| 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
|
| 14 |
"""
|
| 15 |
|
| 16 |
MAX_MAX_NEW_TOKENS = 256
|
|
|
|
| 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 without any spaces.
|
| 14 |
"""
|
| 15 |
|
| 16 |
MAX_MAX_NEW_TOKENS = 256
|