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