Translation / app.py
atomiclabs's picture
Update app.py
05a2112
raw
history blame
No virus
106 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/Helsinki-NLP/opus-mt-en-de",
)
iface.launch()