Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaeyoungk
/
sgecon
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a9aea25
sgecon
/
app.py
jaeyoungk
Update app.py
a9aea25
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
demo = gr.load(
"Helsinki-NLP/opus-mt-en-es"
, src=
"models"
)
demo.launch()