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