Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
satpalsr
/
gpt2test
like
0
Sleeping
App
Files
Files
Community
main
gpt2test
/
app.py
satpalsr
Update app.py
b8b8056
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
iface = gr.Interface.load(name=
"gpt2"
, src=
"models"
)
iface.launch()