Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ from transformers import pipeline
|
|
4 |
import os
|
5 |
import torch
|
6 |
|
7 |
-
description = """# <p style="text-align: center; color: white;">
|
8 |
-
<span style='color: white;'>This is a demo to generate code with <a href="https://huggingface.co/
|
9 |
-
a
|
10 |
with the <span style='color: #ff75b3;'><FILL-HERE></span> token.</span>"""
|
11 |
|
12 |
# token = os.environ["HUB_TOKEN"]
|
|
|
4 |
import os
|
5 |
import torch
|
6 |
|
7 |
+
description = """# <p style="text-align: center; color: white;"> ๐
๐จ <span style='color: #ff75b3;'>SantaFixer:</span> Bug Fixing</p>
|
8 |
+
<span style='color: white;'>This is a demo to generate code with <a href="https://huggingface.co/lambdasec/santafixer" style="color: #ff75b3;">SantaFixer</a>,
|
9 |
+
a fine-tuned SantaCoder model that is focussed on bug fixing in Python, Java & JavaScript using infilling, just specify where you would like the model to fix code
|
10 |
with the <span style='color: #ff75b3;'><FILL-HERE></span> token.</span>"""
|
11 |
|
12 |
# token = os.environ["HUB_TOKEN"]
|