english2german / app.py
Abubakar Abid
Update app.py
3c27342
raw
history blame
132 Bytes
import gradio as gr
gr.Interface.load("huggingface/t5-base", title="Translate text from English to German using HF APIs!").launch()