mrm8488 commited on
Commit
4e13d4e
β€’
1 Parent(s): b94a8d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed, pipeline
4
 
5
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
6
 
7
- title = "Santacoder bash/shell Completion πŸŽ…"
8
  description = "This is a subspace to make code generation with [SantaCoder fine-tuned on The Stack bash/shell](https://huggingface.co/mrm8488/santacoder-finetuned-the-stack-bash-4)"
9
  EXAMPLE_0 = ""#!/bin/bash\n# This script removes files larger than 2MB in the current folder\nfind ."
10
  examples = [[EXAMPLE_0, 14, 0.6, 42]]
 
4
 
5
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
6
 
7
+ title = "Santacoder πŸŽ… bash/shell 🐚 Completion"
8
  description = "This is a subspace to make code generation with [SantaCoder fine-tuned on The Stack bash/shell](https://huggingface.co/mrm8488/santacoder-finetuned-the-stack-bash-4)"
9
  EXAMPLE_0 = ""#!/bin/bash\n# This script removes files larger than 2MB in the current folder\nfind ."
10
  examples = [[EXAMPLE_0, 14, 0.6, 42]]