Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HenRick69
/
Eng2Esp-translation
like
0
Runtime error
App
Files
Files
Community
08e5387
Eng2Esp-translation
/
app.py
HenRick69
initial commit
cab6090
over 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Helsinki-NLP/opus-mt-en-es"
).launch()