Spaces:
Runtime error
Runtime error
import gradio as gr | |
title = "Interactive demo: Helsinki-NLP English to Spanish Translation" | |
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-es", | |
title=title, | |
examples=[["Hello! My name is Omar"]] | |
) | |
iface.launch() |