Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atomiclabs
/
Summarization
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
atomiclabs
commited on
Jul 4, 2022
Commit
edfa415
·
1 Parent(s):
150c9dc
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
import gradio as gr
2
-
3
-
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es",
4
-
examples=[["Hello! My name is Omar"]]
5
-
)
6
-
7
-
iface.launch()