pnp-demo / app.py
chanycha's picture
update
595aa66
raw
history blame
82 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/gpt2")
iface.launch()