Spaces:
Runtime error
Runtime error
| 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() |