Thilak118 commited on
Commit
65b7c53
·
verified ·
1 Parent(s): ffd3a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ demo = gr.Interface(
44
  inputs=[gr.Textbox(label="Write Your Text"), gr.Dropdown(choices=list(langlist), label="Select Language to Translate")],
45
  outputs=[gr.Textbox(label="Translated Text"), gr.Audio(label="Translated Audio")],
46
  title="Language Translation App",
47
- description="Translate text into different languages, including transliterated Telugu (Tanglish), and listen to the translation."
48
  )
49
 
50
  demo.launch()
 
44
  inputs=[gr.Textbox(label="Write Your Text"), gr.Dropdown(choices=list(langlist), label="Select Language to Translate")],
45
  outputs=[gr.Textbox(label="Translated Text"), gr.Audio(label="Translated Audio")],
46
  title="Language Translation App",
47
+ description="Translate text into different languages."
48
  )
49
 
50
  demo.launch()