Ahsen Khaliq commited on
Commit
024b303
·
1 Parent(s): a6c52aa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  title = "GPT"
4
  description = "Gradio Demo for OpenAI GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
 
6
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1909.05858' target='_blank'>Improving Language Understanding by Generative Pre-Training</a></p>"
7
 
8
  examples = [
9
  ['Paris is the capital of']
 
3
  title = "GPT"
4
  description = "Gradio Demo for OpenAI GPT. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
 
6
+ article = "<p style='text-align: center'><a href='https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf' target='_blank'>Improving Language Understanding by Generative Pre-Training</a></p>"
7
 
8
  examples = [
9
  ['Paris is the capital of']