Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CNXT
/
CHaTx
like
2
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3d83a89
CHaTx
/
app.py
CNXT
Create app.py
c5c862a
almost 2 years ago
raw
Copy download link
history
blame
Safe
62 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/gpt2"
).launch()