Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
greyfoss
/
gpt2-chatbot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6552f96
gpt2-chatbot
/
app.py
greyfoss
initial commit
a9acd44
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/greyfoss/gpt2-chatbot-chinese"
).launch()