Mr-Vicky-01 commited on
Commit
9a75f2f
·
verified ·
1 Parent(s): 2e67869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ examples = [
15
  ["The Sun is approximately 4.6 billion years older than Earth."],
16
  ]
17
 
18
- demo = gr.Interface(fn=language_translator, inputs='text',outputs='text',title='English To Tamil Translator')#examples=examples)
19
  demo.launch(debug=True,share=True)
 
15
  ["The Sun is approximately 4.6 billion years older than Earth."],
16
  ]
17
 
18
+ demo = gr.Interface(fn=language_translator, inputs='text',outputs='text',title='English To Tamil Translator', examples=examples)
19
  demo.launch(debug=True,share=True)