File size: 195 Bytes
4009f37
 
895ca7d
4009f37
 
1
2
3
4
5
import gradio as gr

examples = [["It was midnight"], ["There once was"],["She still weeps in the halls"]]

gr.Interface.load("huggingface/abbas/gpt2-horror-stories", examples=examples).launch();