pnp-demo / app.py
chanycha's picture
test
e8f5a27
raw
history blame
97 Bytes
import gradio as gr
with gr.Interface.load("huggingface/gpt2") as iface:
iface.launch()