Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Update app.py
Browse files
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='
|
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)
|