Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
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](https://huggingface.co/lvwerra/codeparrot), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison."
|
|
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed
|
3 |
from transformers import pipeline
|
4 |
|
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."
|