File size: 276 Bytes
f76c5d0
 
26f2a64
 
 
f76c5d0
26f2a64
 
 
 
f76c5d0
26f2a64
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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()