Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sahrulrashid
/
gpt-j-6B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1cbb88d
gpt-j-6B
/
app.py
sahrulrashid
Update app.py
1cbb88d
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
69 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2"
).launch();