Spaces:
Sleeping
Sleeping
mindwrapped
commited on
Commit
•
e29c876
1
Parent(s):
01eea82
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ demo = gr.Interface(
|
|
24 |
outputs='text',
|
25 |
examples=[['', 1.9],['Frodo and Sam moved quietly through the night.', 2.0], ['Frodo and Sam went to the pub. ', 3.0]],
|
26 |
title='LOTR Generator',
|
27 |
-
description='This space uses GPT2 model fine-tuned on the "The Fellowship of the Rings" to generate text.
|
28 |
-
article='
|
29 |
live=False,
|
30 |
)
|
31 |
|
|
|
24 |
outputs='text',
|
25 |
examples=[['', 1.9],['Frodo and Sam moved quietly through the night.', 2.0], ['Frodo and Sam went to the pub. ', 3.0]],
|
26 |
title='LOTR Generator',
|
27 |
+
description='This space uses GPT2 model fine-tuned on the "The Fellowship of the Rings" to generate text. Try inputting no text to the model and messing around with the temperature.',
|
28 |
+
article=' ![visitor badge](https://visitor-badge.glitch.me/badge?page_id=mindwrapped.gpt2-lotr-fellowship-generator-space)',
|
29 |
live=False,
|
30 |
)
|
31 |
|