Mr-Vicky-01 commited on
Commit
133df0b
1 Parent(s): b254096

Update app.py

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