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