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...
rathore11
commited on
Dec 8, 2024
Commit
bea34a8
·
verified
·
1 Parent(s):
1bba396
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/google/flan-t5-large").launch()
1
import gradio as gr
2
3
+
gr.load("models/google/flan-t5-large").launch(
share = True
)