ArmelR commited on
Commit
35ac234
1 Parent(s): 7005b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
383
  # )
384
  with gr.Column():
385
  gr.Markdown(
386
- """![](https://huggingface.co/spaces/codeparrot/gradio-playground/resolve/main/gradio.png)
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!
 
383
  # )
384
  with gr.Column():
385
  gr.Markdown(
386
+ """![](https://huggingface.co/spaces/codeparrot/gradio-playground/resolve/main/chat_with_gradio.png)
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!