someshb07 commited on
Commit
67800f5
·
verified ·
1 Parent(s): 5790dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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)