Spaces:
Runtime error
Runtime error
update app
Browse files
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],
|