Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leofome
/
bi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leofome
commited on
May 23, 2024
Commit
e704b2d
·
verified
·
1 Parent(s):
84b671c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
demo = gr.load("Helsinki-NLP/opus-mt-en-es", src="models")
4
+
5
+
demo.launch()