Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ATajuddin
/
microsoft-DialoGPT-large
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
862fa5d
microsoft-DialoGPT-large
/
app.py
ATajuddin
initial commit
862fa5d
about 1 year ago
raw
Copy download link
history
blame
Safe
72 Bytes
import
gradio
as
gr
gr.load(
"models/microsoft/DialoGPT-large"
).launch()