pythia / app.py
mashedpotatotime's picture
back to good
2e380cc
import gradio as gr
iface = gr.Interface.load("huggingface/gpt2", title="Pythia's Mystical Cave", description="Give Pythia some words to ponder....", inputs=gr.inputs.Textbox(lines=2, placeholder="The more the better..."), outputs="text", allow_flagging=False).launch()