Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rathore11
/
Text2Text_Using_google-flan-t5-large
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1bba396
Text2Text_Using_google-flan-t5-large
/
app.py
rathore11
initial commit
1bba396
verified
5 months ago
raw
Copy download link
history
blame
Safe
68 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-large"
).launch()