File size: 146 Bytes
0e2bb37
 
18cf3a4
192ce6e
05a2112
0e2bb37
 
1
2
3
4
5
6
7
import gradio as gr

iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-de",
  examples=[["Hello! My name is Omar"]]
)

iface.launch()