Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tabish543
/
gpt-chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpt-chat
/
app.py
tabish543
initial commit
d9f1f3b
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
69 Bytes
import
gradio
as
gr
gr.load(
"models/openai-community/gpt2"
).launch()