Spaces:
Build error
Build error
Commit
·
a2afcfc
1
Parent(s):
2d5b442
Minor fix
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ output_text = gr.outputs.Textbox()
|
|
20 |
gr.Interface(generate_text,"textbox", output_text, title="GPT-2",
|
21 |
description="OpenAI's GPT-2 is an unsupervised language model that \
|
22 |
can generate coherent text. Go ahead and input a sentence and see what it completes \
|
23 |
-
it with! Takes around
|
|
|
20 |
gr.Interface(generate_text,"textbox", output_text, title="GPT-2",
|
21 |
description="OpenAI's GPT-2 is an unsupervised language model that \
|
22 |
can generate coherent text. Go ahead and input a sentence and see what it completes \
|
23 |
+
it with! Takes around 30s to run.").launch()
|