CoolFace
Apppublic

mashedpotatotime/pythia

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes
app.py5 linesDownload Raw Back to root
1import gradio as gr2 3iface = 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()4 5