loubnabnl HF staff commited on
Commit
49792e2
1 Parent(s): dea8a27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 [Codeparrot-small-NL-PL](https://huggingface.co/codeparrot/codeparrot-small),\
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 = [