habdine commited on
Commit
c5d0e06
1 Parent(s): 707a663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with any spaces.
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