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