loubnabnl HF Staff commited on
Commit
abba9be
·
1 Parent(s): b9fa3c9

update app

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 = "CodeParrot Generator 🦜"
7
- description = "This is a subspace to make code generation with CodeParrot, it is used in a larger space for model comparison."
8
  example = [
9
  ["def print_hello_world():", "Sample", 8, 42],
10
  ["def get_file_size(filepath):", "Sample", 22, 42]]
 
4
 
5
 
6
  title = "CodeParrot Generator 🦜"
7
+ description = "This is a subspace to make code generation with [CodeParrot](https://huggingface.co/lvwerra/codeparrot), it is used in a larger [space](loubnabnl/Code-generation-models-v1) for model comparison."
8
  example = [
9
  ["def print_hello_world():", "Sample", 8, 42],
10
  ["def get_file_size(filepath):", "Sample", 22, 42]]