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...
f77c85a
gpt2test
/
app.py
satpalsr
Update app.py
f77c85a
about 2 years ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
gradio
as
gr
iface = gr.Interface.load(src=
"gpt2"
, inputs=
"text"
, outputs=
"text"
)
iface.launch()