Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guidel
/
english-to-dutch-translator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a220e3e
english-to-dutch-translator
/
app.py
guidel
initial commit
a220e3e
about 2 years ago
raw
Copy download link
history
blame
84 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Helsinki-NLP/opus-mt-en-nl"
).launch()