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