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

iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-de",
)

iface.launch()