ZubairAhmed777 commited on
Commit
ae4e6dc
·
verified ·
1 Parent(s): 317989b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  inputs=gr.Textbox(lines=2, placeholder="Enter text in English..."), # Text input
20
  outputs=gr.Textbox(label="Translation to Telugu"), # Text output
21
  title="English to Telugu Translator",
22
- description="Translate text from English to Telugu using an MBart model."
23
  )
24
 
25
  # Launch the Gradio interface
 
19
  inputs=gr.Textbox(lines=2, placeholder="Enter text in English..."), # Text input
20
  outputs=gr.Textbox(label="Translation to Telugu"), # Text output
21
  title="English to Telugu Translator",
22
+ description="Translate text from English to Telugu."
23
  )
24
 
25
  # Launch the Gradio interface