Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MCES10
/
MCES10-gpt2-trained
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ea27d3
MCES10-gpt2-trained
/
app.py
MCES10
initial commit
3ea27d3
verified
4 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
gradio
as
gr
gr.load(
"models/MCES10/gpt2-trained"
,
provider=
"hf-inference"
,
).launch()