MariaK commited on
Commit
c88940f
·
1 Parent(s): dc1f7fe

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.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples, wait_for_model=True).launch()
 
8
  ["The Moon's orbit around Earth has"],
9
  ["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
10
  ]
11
+ gr.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch(wait_for_model=True)