Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|
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)
|