mrm8488 commited on
Commit
ced959c
β€’
1 Parent(s): a11e75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed, pipeline
3
 
4
  title = "SantaCoder πŸŽ… Swift 🍏 Completion"
5
  description = "This is a subspace to make code generation with [SantaCoder fine-tuned on The Stack Swift](https://huggingface.co/mrm8488/santacoder-finetuned-the-stack-swift)"
6
- EXAMPLE_0 = "import SwiftUI\n\nstruct ContentView: View {\tvar body: some View {"
7
 
8
 
9
  CKPT = "mrm8488/santacoder-finetuned-the-stack-swift"
 
3
 
4
  title = "SantaCoder πŸŽ… Swift 🍏 Completion"
5
  description = "This is a subspace to make code generation with [SantaCoder fine-tuned on The Stack Swift](https://huggingface.co/mrm8488/santacoder-finetuned-the-stack-swift)"
6
+ EXAMPLE_0 = "import SwiftUI\n\nstruct ContentView: View {\n var body: some View {"
7
 
8
 
9
  CKPT = "mrm8488/santacoder-finetuned-the-stack-swift"