Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
greyfoss
/
gpt2-chatbot
like
1
Runtime error
App
Files
Files
Community
a9acd44
gpt2-chatbot
/
app.py
greyfoss
initial commit
a9acd44
verified
8 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/greyfoss/gpt2-chatbot-chinese"
).launch()