Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed, pipeline
|
|
3 |
|
4 |
|
5 |
title = "Text to Python Converter"
|
6 |
-
description = "This is a space to convert english text to Python code using with [
|
7 |
a code generation model for Python finetuned on [github-jupyter-text](https://huggingface.co/datasets/codeparrot/github-jupyter-text) a dataset of doctrings\
|
8 |
and their Python code extracted from Jupyter notebooks."
|
9 |
example = [
|
|
|
3 |
|
4 |
|
5 |
title = "Text to Python Converter"
|
6 |
+
description = "This is a space to convert english text to Python code using with [codeparrot-small-text-to-code](https://huggingface.co/codeparrot/codeparrot-small-text-to-code),\
|
7 |
a code generation model for Python finetuned on [github-jupyter-text](https://huggingface.co/datasets/codeparrot/github-jupyter-text) a dataset of doctrings\
|
8 |
and their Python code extracted from Jupyter notebooks."
|
9 |
example = [
|