DebasishDhal99 commited on
Commit
437c02a
·
verified ·
1 Parent(s): be28c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ description_txt = '''Enter text in any language, and get the translation in Engl
11
  txt_interface = gr.Interface(
12
  fn=src_txt_to_eng_translator,
13
  inputs=[
14
- gr.Textbox(label="Playlist Link"),
15
  ],
16
  outputs=gr.Textbox(label="Translation"),
17
  title=heading_txt,
 
11
  txt_interface = gr.Interface(
12
  fn=src_txt_to_eng_translator,
13
  inputs=[
14
+ gr.Textbox(label="Text Input"),
15
  ],
16
  outputs=gr.Textbox(label="Translation"),
17
  title=heading_txt,