Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
letro00
/
google-mt5-base
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad174d6
google-mt5-base
/
app.py
letro00
initial commit
ad174d6
about 1 year ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/google/mt5-base"
).launch()