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