loubnabnl HF Staff commited on
Commit
2711b13
·
1 Parent(s): 14d74cb

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  #https://huggingface.co/spaces/lvwerra/codeparrot-generation
6
 
7
  title = "CodeParrot Generator 🦜"
8
- description = "This is a subspace to make code generation with [CodeParrot](https://huggingface.co/lvwerra/codeparrot), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison."
9
  example = [
10
  ["def print_hello_world():", 8, 0.6, 42],
11
  ["def get_file_size(filepath):", 24, 0.6, 42],
 
5
  #https://huggingface.co/spaces/lvwerra/codeparrot-generation
6
 
7
  title = "CodeParrot Generator 🦜"
8
+ description = "This is a subspace to make code generation with [CodeParrot](https://huggingface.co/lvwerra/codeparrot), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. For more flexibilty in sampling, you can find another demo for CodeParrot [here](https://huggingface.co/spaces/lvwerra/codeparrot-generation)."
9
  example = [
10
  ["def print_hello_world():", 8, 0.6, 42],
11
  ["def get_file_size(filepath):", 24, 0.6, 42],