Spaces:
Runtime error
Runtime error
Commit
Β·
a456012
1
Parent(s):
2d68c10
fix text rendering
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import torch
|
|
8 |
from typing import Union, Tuple, List
|
9 |
|
10 |
|
11 |
-
description = """
|
12 |
<span style='color: #292b47;'>Welcome to <a href="https://huggingface.co/deci/decicoder" style="color: #3264ff;">DeciCoder</a>!
|
13 |
DeciCoder is a 1B parameter code generation model trained on The Stack dataset and released under an Apache 2.0 license. It's capable of writing code in Python,
|
14 |
JavaScript, and Java. It's a code-completion model, not an instruction-tuned model; you should prompt the model with a function signature and docstring
|
|
|
8 |
from typing import Union, Tuple, List
|
9 |
|
10 |
|
11 |
+
description = """# <p style="text-align: center; color: #292b47;"> ποΈ <span style='color: #3264ff;'>DeciCoder:</span> A Fast Code Generation Modelπ¨ </p>
|
12 |
<span style='color: #292b47;'>Welcome to <a href="https://huggingface.co/deci/decicoder" style="color: #3264ff;">DeciCoder</a>!
|
13 |
DeciCoder is a 1B parameter code generation model trained on The Stack dataset and released under an Apache 2.0 license. It's capable of writing code in Python,
|
14 |
JavaScript, and Java. It's a code-completion model, not an instruction-tuned model; you should prompt the model with a function signature and docstring
|