VIT-demo-m / app.py
Manthel's picture
Update app.py
895ca7d
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();