Summarization / app.py
atomiclabs's picture
Upload app.py
150c9dc
raw
history blame
146 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es",
examples=[["Hello! My name is Omar"]]
)
iface.launch()