Spaces:
Running
Running
Update app.py
Browse files
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
|
|
|
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)
|