Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
**
|
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():
|