Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
dfb2a73
1
Parent(s):
8d66da1
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for OpenAI GPT2. To use it, simply add your text, or
|
|
7 |
article = "<p style='text-align: center'><a href='https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf' target='_blank'>Language Models are Unsupervised Multitask Learners</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
-
['Paris is the capital of']
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/gpt2")
|
|
|
7 |
article = "<p style='text-align: center'><a href='https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf' target='_blank'>Language Models are Unsupervised Multitask Learners</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
+
['Paris is the capital of',"gpt2-medium"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/gpt2")
|