Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matt2cents
/
ChatGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b57b07c
ChatGPT
/
app.py
matt2cents
Update app.py
dae5d8e
almost 2 years ago
raw
Copy download link
history
blame
Safe
68 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/distilgpt2"
).launch()