Abubakar Abid commited on
Commit
3c27342
·
1 Parent(s): 88f6fc1

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/t5-base").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/t5-base", title="Translate text from English to German using HF APIs!").launch()