Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 {\
|
| 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"
|