Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dla9944
/
text-to-text-transformer
like
0
Runtime error
App
Files
Files
Community
cc3e9dd
text-to-text-transformer
/
gradio app.py
dla9944
Create gradio app.py
cc3e9dd
over 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/pszemraj/flan-t5-large-grammar-synthesis"
).launch()