Spaces:
Runtime error
Runtime error
Front end modif
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ interface = gr.Interface(fn=translate,
|
|
| 16 |
gr.Dropdown(['Spanish', 'Bengali', 'English', 'French'],
|
| 17 |
label = 'Select the translation language first'),
|
| 18 |
gr.Textbox(lines=2, placeholder='Text to translate',
|
| 19 |
-
label='
|
| 20 |
outputs='text',
|
| 21 |
title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
|
| 22 |
theme=gr.themes.Default(
|
|
|
|
| 16 |
gr.Dropdown(['Spanish', 'Bengali', 'English', 'French'],
|
| 17 |
label = 'Select the translation language first'),
|
| 18 |
gr.Textbox(lines=2, placeholder='Text to translate',
|
| 19 |
+
label='Write your text in any language')],
|
| 20 |
outputs='text',
|
| 21 |
title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
|
| 22 |
theme=gr.themes.Default(
|