Spaces:
Runtime error
Runtime error
Commit
·
2e46b40
1
Parent(s):
18cf3a4
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-de",
|
4 |
-
examples=[["Hello! My name is Omar"]]
|
5 |
)
|
6 |
|
7 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-de",
|
|
|
4 |
)
|
5 |
|
6 |
iface.launch()
|