guoday commited on
Commit
38fb715
1 Parent(s): 1322dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ DESCRIPTION = """\
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():
 
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():