Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexkueck
/
TestInferenceAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a857851
TestInferenceAPI
/
app.py
alexkueck
Create app.py
a857851
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()