Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
384 |
with gr.Column():
|
385 |
gr.Markdown(
|
386 |
"""
|
387 |
-
Chat-with-Gradio is a 15.5 billion parameter language model based on [BigCode's StarCoderplus model](https://huggingface.co/bigcode/starcoderplus) that has been trained on a wide variety of data sources. It includes the source code and issues
|
388 |
|
389 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
390 |
⚠️ **Intended Use**: this app and its [supporting model](https://huggingface.co/bigcode/starcoderplus) are provided as tools to provide assistance when using gradio ; not to serve as replacement for human expertise. For more details on the model's limitations in terms of factuality and biases, see the [model card.](https://huggingface.co/bigcode/starcoderplus#intended-uses--limitations)
|
@@ -466,7 +466,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
466 |
)
|
467 |
with gr.Row():
|
468 |
do_save = gr.Checkbox(
|
469 |
-
value=
|
470 |
label="Store data",
|
471 |
info="You agree to the storage of your prompt and generated text for research and development purposes:",
|
472 |
)
|
|
|
384 |
with gr.Column():
|
385 |
gr.Markdown(
|
386 |
"""
|
387 |
+
Chat-with-Gradio is a 15.5 billion parameter language model based on [BigCode's StarCoderplus model](https://huggingface.co/bigcode/starcoderplus) that has been trained on a wide variety of data sources. It includes the source code and issues from [gradio's Github repository](https://github.com/gradio-app/gradio) and data from [Hugging Face's spaces](https://huggingface.co/spaces). Its training also involves instruction fine-tuning with a processed subset of [OpenAssistant's oasst1 dataset](https://huggingface.co/datasets/HuggingFaceH4/oasst1_en).
|
388 |
|
389 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
390 |
⚠️ **Intended Use**: this app and its [supporting model](https://huggingface.co/bigcode/starcoderplus) are provided as tools to provide assistance when using gradio ; not to serve as replacement for human expertise. For more details on the model's limitations in terms of factuality and biases, see the [model card.](https://huggingface.co/bigcode/starcoderplus#intended-uses--limitations)
|
|
|
466 |
)
|
467 |
with gr.Row():
|
468 |
do_save = gr.Checkbox(
|
469 |
+
value=True,
|
470 |
label="Store data",
|
471 |
info="You agree to the storage of your prompt and generated text for research and development purposes:",
|
472 |
)
|