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
main
Text2Text_Using_google-flan-t5-large
/
app.py
rathore11
Update app.py
bea34a8
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/google/flan-t5-large"
).launch(share =
True
)