Spaces:
Runtime error
Runtime error
File size: 279 Bytes
251ed70 d003601 | 1 2 3 4 5 | import gradio as gr
description = "Story generation with GPT"
examples = [["An adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
demo = gr.Interface.load("models/EleutherAI/gpt-neo-1.3B", description=description, examples=examples)
demo.launch() |