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

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

iface.launch()