Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satpalsr
/
gpt2test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c5b8bc3
gpt2test
/
app.py
satpalsr
Create app.py
c5b8bc3
almost 2 years ago
raw
Copy download link
history
blame
Safe
95 Bytes
import
gradio
as
gr
iface = gr.Interface(
"gpt2"
, inputs=
"text"
, outputs=
"text"
)
iface.launch()