TenzinGayche commited on
Commit
1a28685
·
verified ·
1 Parent(s): 36af381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
  from transformers import AutoModelForCausalLM, GemmaTokenizerFast, TextIteratorStreamer
8
 
9
  DESCRIPTION = """\
10
- # Monlam LLM v2.0.1 - Thoughts and Translation
11
  This version generates detailed reasoning (thoughts) followed by a tokenized translation.
12
  """
13
 
 
7
  from transformers import AutoModelForCausalLM, GemmaTokenizerFast, TextIteratorStreamer
8
 
9
  DESCRIPTION = """\
10
+ # Monlam LLM v2.0.1 -Translation
11
  This version generates detailed reasoning (thoughts) followed by a tokenized translation.
12
  """
13