Spaces:
Runtime error
Runtime error
import gradio as gr | |
description = "Story generation with GPT-2" | |
title = "Generate your own story" | |
examples = [[]] | |
interface = gr.Interface.load("runwayml/stable-diffusion-inpainting", | |
description=description, | |
examples=examples | |
) | |
interface.launch() |