Ahsen Khaliq commited on
Commit
f47f4a3
1 Parent(s): a727abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ examples = [
8
  ["The Moon's orbit around Earth has"],
9
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
10
  ]
11
- gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch()
8
  ["The Moon's orbit around Earth has"],
9
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
10
  ]
11
+ gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples,enable_queue=True).launch()