Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luisdanielgm
/
google-t5-t5-small
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luisdanielgm
commited on
Jul 11, 2024
Commit
ca63e94
·
verified
·
1 Parent(s):
8565390
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-5
app.py
CHANGED
Viewed
@@ -1,8 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface(
4
-
inputs=["text"],
5
-
outputs=["text"],
6
-
)
7
-
8
gr.load("models/google-t5/t5-small").launch()
1
import gradio as gr
2
3
gr.load("models/google-t5/t5-small").launch()