miwojc commited on
Commit
cc8b13a
1 Parent(s): f78a42f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  title = "papuGaPT2 (Polish GPT2) language model demo"
3
- description = "This demo showcases the text generation capabilities for papuGaPT2, a GPT2 model pre-trained from scratch using Polish subset of the multilingual Oscar corpus. To use it, add your text to 'Input Text' box, or click one of the below examples to load them. The model will generate text based on the entered text (prompt). For more information including dataset, training and evaluation procedure, intended use, limitations and bias analysis see the model card at https://huggingface.co/flax-community/papuGaPT2)"
4
  examples = [
5
  ["Najsmaczniejszy owoc to"],
6
  ["Największym polskim poetą był"],
1
  import gradio as gr
2
  title = "papuGaPT2 (Polish GPT2) language model demo"
3
+ description = "This demo showcases the text generation capabilities for papuGaPT2, a GPT2 model pre-trained from scratch using Polish subset of the multilingual Oscar corpus. To use it, add your text to 'Input Text' box, or click one of the below examples to load them and clik 'Submit' button. The model will generate text based on the entered text (prompt). For more information including dataset, training and evaluation procedure, intended use, limitations and bias analysis see the model card at https://huggingface.co/flax-community/papuGaPT2)"
4
  examples = [
5
  ["Najsmaczniejszy owoc to"],
6
  ["Największym polskim poetą był"],