codelion commited on
Commit
efd96da
Β·
1 Parent(s): 9453e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,8 +5,7 @@ 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;'>&lt;FILL-HERE&gt;</span> token.</span>"""
11
 
12
  # token = os.environ["HUB_TOKEN"]
 
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 for <a href="https://huggingface.co/lambdasec/santafixer" style="color: #ff75b3;">SantaFixer</a>, a fine-tuned version of the SantaCoder model that is focussed on bug fixing. Just specify where you would like the model to fix code
 
9
  with the <span style='color: #ff75b3;'>&lt;FILL-HERE&gt;</span> token.</span>"""
10
 
11
  # token = os.environ["HUB_TOKEN"]