Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ examples = [
|
|
8 |
["Mars, Joyce and Venus had their first day at Blazing Inventions Academy in North Point, Hong Kong. The following day, while Mars, Joyce and Venus are eating breakfast in the Academy’s hall, a green gas spreads from North Point throughout the world."]
|
9 |
]
|
10 |
|
11 |
-
gr.Interface.load("
|
|
|
8 |
["Mars, Joyce and Venus had their first day at Blazing Inventions Academy in North Point, Hong Kong. The following day, while Mars, Joyce and Venus are eating breakfast in the Academy’s hall, a green gas spreads from North Point throughout the world."]
|
9 |
]
|
10 |
|
11 |
+
gr.Interface.load("EleutherAI/gpt-neo-2.7B", inputs=gr.inputs.Textbox(lines=5,label="INPUT"), title=title, description=description, examples=examples).launch()
|