Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
024b303
1
Parent(s):
a6c52aa
fix link
Browse files
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://
|
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']
|