dawood HF staff commited on
Commit
0490926
1 Parent(s): c764457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/huggingface-course/marian-finetuned-kde4-en-to-fr", title=None, theme="dark-huggingface", inputs=gr.Textbox(label="Input", lines=3, default="This plugin allows you to automatically translate web pages between several languages.")).launch()
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/huggingface-course/marian-finetuned-kde4-en-to-fr", title=None, theme="dark-huggingface", inputs=gr.Textbox(label="Input", lines=3, value="This plugin allows you to automatically translate web pages between several languages.")).launch()