Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dfyinc
/
microsoft-DialoGPT-large
like
0
Running
App
Files
Files
Community
cc00db6
microsoft-DialoGPT-large
/
app.py
dfyinc
initial commit
cc00db6
over 1 year ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/DialoGPT-large"
).launch()