Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shiningStone
/
pnp-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8f5a27
pnp-demo
/
app.py
chanycha
test
e8f5a27
8 months ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
gradio
as
gr
with
gr.Interface.load(
"huggingface/gpt2"
)
as
iface:
iface.launch()