guoday commited on
Commit
1322dad
1 Parent(s): 2ba4486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -15,7 +15,9 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
15
  DESCRIPTION = """\
16
  # DeepSeek-33B-Chat
17
 
18
- This Space demonstrates model [DeepSeek-Coder](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct) by DeepSeek, a code model with 33B parameters fine-tuned for chat instructions.
 
 
19
  """
20
 
21
  if not torch.cuda.is_available():
 
15
  DESCRIPTION = """\
16
  # DeepSeek-33B-Chat
17
 
18
+ This space demonstrates model [DeepSeek-Coder](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct) by DeepSeek, a code model with 33B parameters fine-tuned for chat instructions.
19
+
20
+ ** You can also try our 33B model in [official homepage](https://coder.deepseek.com/chat). **
21
  """
22
 
23
  if not torch.cuda.is_available():