File size: 299 Bytes
e549d7e |
1 2 3 4 |
import gradio as gr
gr.Interface.load("huggingface/huggingface-course/marian-finetuned-kde4-en-to-fr", title=None, theme="dark-huggingface", inputs=gr.inputs.Textbox(label="Input", lines=3, default="This plugin allows you to automatically translate web pages between several languages.")).launch()
|