JaneXZZ commited on
Commit
f5c2e4d
1 Parent(s): ed5651d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ def translate(input):
20
 
21
  return output
22
 
23
- demo = gr.Interface(fn=translate, inputs="text", outputs="text")
24
  demo.launch(share=True)
 
20
 
21
  return output
22
 
23
+ demo = gr.Interface(fn=translate, inputs="text", outputs="text", title = 'Latin Translator', examples=[['how are you'],['hello']])
24
  demo.launch(share=True)