Spaces:
Runtime error
Runtime error
app.py
Browse files
app.py
CHANGED
@@ -11,13 +11,13 @@ Link to blog post below 👇"
|
|
11 |
|
12 |
|
13 |
examples = [
|
14 |
-
['
|
15 |
["The Moon's orbit around Earth has"],
|
16 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
|
17 |
]
|
18 |
|
19 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
20 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
21 |
-
title=title,description=description,
|
22 |
examples=examples,
|
23 |
-
enable_queue=True).launch()
|
|
|
11 |
|
12 |
|
13 |
examples = [
|
14 |
+
['Kuala Lumpur is the capital of Malaysia,'],
|
15 |
["The Moon's orbit around Earth has"],
|
16 |
["The smooth Borealis basin in the Northern Hemisphere covers 40%"]
|
17 |
]
|
18 |
|
19 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
20 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
21 |
+
title=title,description=description,
|
22 |
examples=examples,
|
23 |
+
enable_queue=True).launch()
|