Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
samwell
/
grammar-correction
like
0
Runtime error
App
Files
Files
Community
66125c9
grammar-correction
/
app.py
samwell
initial commit
66125c9
over 1 year ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/vennify/t5-base-grammar-correction"
).launch()