atomiclabs commited on
Commit
edfa415
·
1 Parent(s): 150c9dc

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -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()