PiraiAI commited on
Commit
3bdaa6b
·
verified ·
1 Parent(s): 6a9c468

Update app.py

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