loubnabnl HF Staff commited on
Commit
43385c3
·
1 Parent(s): 101e4d0

update app

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
3
  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],
 
3
  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],