Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jlevin
/
dpv-finetuned-gpt2-tiny
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
271a8ab
dpv-finetuned-gpt2-tiny
/
app.py
jlevin
initial commit
271a8ab
over 1 year ago
raw
Copy download link
history
blame
Safe
81 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/dpv/finetuned-gpt2-tiny"
).launch()