Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
libokj/DeepSEQreen_fast_build
libokj
/
DeepSEQreen_NAR_fb
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
05ca42f
DeepSEQreen_NAR_fb
/
app.py
libokj
Create app.py
2996553
almost 2 years ago
raw
Copy download link
history
blame
Safe
95 Bytes
import
gradio
as
gr
demo = gr.load(
"Helsinki-NLP/opus-mt-en-es"
, src=
"models"
)
demo.launch()