arijitdas123student commited on
Commit
a2afcfc
·
1 Parent(s): 2d5b442
Files changed (1) hide show
  1. app.py +1 -1
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 20s to run.").launch()
 
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()