Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,6 +115,9 @@ demo = gr.Interface(fn=translate_text,
|
|
| 115 |
value='English'
|
| 116 |
)
|
| 117 |
],
|
| 118 |
-
outputs=[gr.TextArea(label='This is the translated text')]
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
demo.launch(share=True)
|
|
|
|
| 115 |
value='English'
|
| 116 |
)
|
| 117 |
],
|
| 118 |
+
outputs=[gr.TextArea(label='This is the translated text')],
|
| 119 |
+
title= 'Translator',
|
| 120 |
+
description= 'This application can be used to translate English text into any language')
|
| 121 |
+
|
| 122 |
|
| 123 |
demo.launch(share=True)
|