loubnabnl HF staff commited on
Commit
0aa1e7c
1 Parent(s): bd75660

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 pipeline
4
 
5
 
6
  title = "InCoder Generator"
7
- description = "This is a subspace to make code generation with [InCoder](https://huggingface.co/facebook/incoder-6B) 1.3B, it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. You can find the original demo for InCoder [here](https://huggingface.co/spaces/facebook/incoder-demo)."
8
  example = [
9
  ["def count_words(filename):", 40, 0.6, 42],
10
  ["def print_hello_world():", 8, 0.6, 42],
 
4
 
5
 
6
  title = "InCoder Generator"
7
+ description = "This is a subspace to make code generation with [InCoder](https://huggingface.co/facebook/incoder-6B), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. You can find the original demo for InCoder [here](https://huggingface.co/spaces/facebook/incoder-demo)."
8
  example = [
9
  ["def count_words(filename):", 40, 0.6, 42],
10
  ["def print_hello_world():", 8, 0.6, 42],