Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
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."
|
|
|
2 |
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."
|