habdine commited on
Commit
294d3a8
1 Parent(s): 27e7c59

Update app.py

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